FolderInfoBaseFileList Property

Gets a collection of full path and file names in the folder, keyed by file name.

Definition

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

Property Value

SortedListString, String

Implements

IFolderInfoFileList

See Also