Click or drag to resize

folderNodeAdd Method (Enum, String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates new folder node as subdirectory

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

Parameters

nameEnum
Type: SystemEnum
The name enum.
__caption
Type: SystemString
The caption.
__description
Type: SystemString
The description.

Return Value

Type: folderNode
See Also