Click or drag to resize

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.Helpers
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public static void AddPersonalFolderChoices(
	string path,
	List<string> choices
)

Parameters

path  String
 
choices  ListString
 
See Also