{CompanyName} FlexyGo

UserInterface..::..GetNodes Method

Gets the nodes for a given parent Node Id.

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

Syntax


public UserNavigateNodes..::..NavigationNodes GetNodes(
	string parentNodeId,
	UserSecurityConfig securityConfig,
	bool IncludeParentNode,
	bool HideAutoSQLNodes
)
Public Function GetNodes ( _
	parentNodeId As String, _
	securityConfig As UserSecurityConfig, _
	IncludeParentNode As Boolean, _
	HideAutoSQLNodes As Boolean _
) As UserNavigateNodes..::..NavigationNodes

Parameters

parentNodeId
Type: String
The parent node identifier.
securityConfig
Type: FLEXYGO.Security..::..UserSecurityConfig
The security configuration.
IncludeParentNode
Type: Boolean
Indicates if we want the parent Node as part of the list
HideAutoSQLNodes
Type: Boolean
Boolean to set if we want to generate the auto SQL nodes

Return Value

NavigationNodes.