.NET Helper Packages
C#
Show/Hide TOC
Folder
Info
Base
File
List 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#
Copy
public
SortedList
<
string
,
string
>
FileList
{
get
; }
Property Value
SortedList
String
,
String
Implements
IFolderInfo
FileList
See Also
Reference
FolderInfoBase Class
Configuration.Helper Namespace
In This Article
Definition
Property Value
Implements
See Also