Click or drag to resize

folderNodeContains Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Determines whether it has a subdirectory under specified key. Important: it only accounts for already registered filesystem entries. Check: Attach(DirectoryInfo, String, String, Boolean, Boolean, ILogBuilder)

Namespace:  imbSCI.Core.files.folders
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public bool Contains(
	string key
)
Request Example View Source

Parameters

key
Type: SystemString
The key.

Return Value

Type: Boolean
true if [contains] [the specified key]; otherwise, false.
See Also