Click or drag to resize

EnterpriseDataTryGetNode Method

Gets the enterprise node associated with the specified ID.

Namespace: KeeperSecurity.Enterprise
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
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

Boolean
true if the enterprise contains a node with specified ID; otherwise, false
See Also