Click or drag to resize

folderNode Constructor (String, String, String)

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

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

Parameters

__name
Type: SystemString
The name.
__caption
Type: SystemString
The caption.
__description
Type: SystemString
The description.
See Also