Click or drag to resize

folderNodeItem Property (String)

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[
	string key
] { get; }
Request Example View Source

Parameters

key
Type: SystemString
The key.

Property Value

Type: folderNode
The folderNode.

Return Value

Type: folderNode
See Also