Click or drag to resize

folderStructure Constructor (DirectoryInfo, String, String, SearchOption)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates new instance of structure by scanning DirectoryInfo object subfolders

Namespace:  imbSCI.Core.files.folders
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public folderStructure(
	DirectoryInfo directory,
	string __caption = "--",
	string __description = "--",
	SearchOption options = SearchOption.TopDirectoryOnly
)
Request Example View Source

Parameters

directory
Type: System.IODirectoryInfo
The directory.
__caption (Optional)
Type: SystemString
__description (Optional)
Type: SystemString
options (Optional)
Type: System.IOSearchOption
See Also