Click or drag to resize

folderStructure Constructor (String, String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the folderStructure class.

Namespace:  imbSCI.Core.files.folders
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public folderStructure(
	string __baseDirectoryPath,
	string __caption,
	string __description
)
Request Example View Source

Parameters

__baseDirectoryPath
Type: SystemString
The base directory path - le
__caption
Type: SystemString
The caption.
__description
Type: SystemString
The description.
See Also