Click or drag to resize

folderNodeItem Property (Enum)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the folderNode with the specified key. If not found it will create new sub folder with key name

Namespace:  imbSCI.Core.files.folders
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public folderNode this[
	Enum key
] { get; }
Request Example View Source

Parameters

key
Type: SystemEnum
The key.

Property Value

Type: folderNode
The folderNode.

Return Value

Type: folderNode
See Also