{CompanyName} FlexyGo

NavigationNodes..::..Remove Method

Removes NavigationNode from the Collection using NodeId as Key.

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

Syntax


public bool Remove(
	UserNavigateNodes..::..NavigationNode NavigationNode
)
Public Function Remove ( _
	NavigationNode As UserNavigateNodes..::..NavigationNode _
) As Boolean

Parameters

NavigationNode
Type: FLEXYGO.User.interface..::..UserNavigateNodes..::..NavigationNode
A NavigationNode.

Return Value

true if ok, false otherwise.