Click or drag to resize

FileHelperAddFolderChoices Method

Add recursively the sub-folder paths of a directory to a list of choices (paths relative to the repository Reports folder, with a prefix)

Namespace: Seal.Helpers
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public static void AddFolderChoices(
	string path,
	string prefix,
	List<string> choices
)

Parameters

path  String
 
prefix  String
 
choices  ListString
 
See Also