Click or drag to resize

EnterpriseExtensionsCreateNode Method

Creates Enterprise Node

Namespace: KeeperSecurity.Enterprise
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public static Task<EnterpriseNode> CreateNode(
	this EnterpriseData enterpriseData,
	string nodeName,
	EnterpriseNode parentNode = null
)

Parameters

enterpriseData  EnterpriseData
Enterprise Data
nodeName  String
Node Name
parentNode  EnterpriseNode  (Optional)
Parent Node

Return Value

TaskEnterpriseNode
Awaitable task returning created node

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