{CompanyName} FlexyGo

UserInterface..::..relocateNode Method

Relocates a node

Namespace:  FLEXYGO.User.interface
Assembly:  flxSecurity (in flxSecurity.dll)

Syntax


public bool relocateNode(
	UserSecurityConfig aUserSecurityConfig,
	string nodeId,
	string parentNodeId,
	int order
)
Public Function relocateNode ( _
	aUserSecurityConfig As UserSecurityConfig, _
	nodeId As String, _
	parentNodeId As String, _
	order As Integer _
) As Boolean

Parameters

aUserSecurityConfig
Type: FLEXYGO.Security..::..UserSecurityConfig
The User Security Configuration.
nodeId
Type: String
The node identifier.
parentNodeId
Type: String
The parent node identifier.
order
Type: Int32
The order of the node.

Return Value

Boolean.