FolderInfoBaseFolderList Property

Gets a collections of sub-folders in the folder, keyed by folder name.

Definition

Namespace: Configuration.Helper
Assembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
C#
public SortedList<string, IFolderInfo> FolderList { get; }

Property Value

SortedListString, IFolderInfo

Implements

IFolderInfoFolderList

See Also