Click or drag to resize

IVIZZARDServiceRemovePropertyKey Method

속성 키 제거

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
void RemovePropertyKey(
	int NodeIndex,
	string Key,
	bool Recursive,
	int Target = 0
)

Parameters

NodeIndex
Type: SystemInt32
노드 인덱스
Key
Type: SystemString
Key
Recursive
Type: SystemBoolean
하위 Object 포함 여부
Target (Optional)
Type: SystemInt32
0: 지정된 노드, 1: 선택된 노드
See Also