EnterpriseDataTryGetNode Method |
Gets the enterprise node associated with the specified ID.
Namespace: KeeperSecurity.EnterpriseAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax public bool TryGetNode(
long nodeId,
out EnterpriseNode node
)
Parameters
- nodeId Int64
- Node Enterprise ID
- node EnterpriseNode
- When this method returns true, contains requested enterprise node; otherwise null.
Return Value
Booleantrue if the enterprise contains a node with specified ID; otherwise,
falseSee Also