| IVIZZARDServiceFastSearchObject Method |
빠른 검색
Namespace:
SHConnector
Assembly:
SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax List<NodeVO> FastSearchObject(
string NodeName,
bool IgnoreCase,
bool OnlyAsm,
bool OnlyVisible,
bool ContainUserProperty = false,
bool OnlySelectedNode = false
)
Parameters
- NodeName
- Type: SystemString
노드명 - IgnoreCase
- Type: SystemBoolean
대소문자 구분 - OnlyAsm
- Type: SystemBoolean
Only Asm 여부 - OnlyVisible
- Type: SystemBoolean
Search only visible node - ContainUserProperty (Optional)
- Type: SystemBoolean
사용자 속성 포함 여부 - OnlySelectedNode (Optional)
- Type: SystemBoolean
선택된 노드에서 검색
Return Value
Type:
ListNodeVOAn array of type NodeVO, containing the node information object
See Also