FileHelperAddPersonalFolderChoices Method |
Add recursively the sub-folder paths of a directory to a list of choices (paths relative to the repository Personal folder)
Namespace: Seal.HelpersAssembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic static void AddPersonalFolderChoices(
string path,
List<string> choices
)
Parameters
- path String
-
- choices ListString
-
See Also