Keeper SDK Class Library
Keeper SDK Class Library
Namespaces
KeeperSecurity.Enterprise
EnterpriseExtensions Class
EnterpriseExtensions Methods
CreateNode Method
DeleteNode Method
SetRestrictVisibility Method
UpdateNode Method
Enterprise
Extensions
Delete
Node Method
Deletes existing node
Namespace:
KeeperSecurity.Enterprise
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
Copy
public
static
Task
DeleteNode
(
this
EnterpriseData
enterpriseData
,
long
nodeId
)
Parameters
enterpriseData
EnterpriseData
Enterprise Data
nodeId
Int64
Node ID to be deleted
Return Value
Task
Awaitable task
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
EnterpriseData
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
EnterpriseExtensions Class
KeeperSecurity.Enterprise Namespace