Syntax
Public Overrides Function isChild(ByVal ClientID As Long, ByVal ParentID As Long)As Boolean
This function is used to check if the client is child of office or group.
Parameters
Key | Description |
ClientID | ID of the client |
ParentID | ID of the parent node |
Remarks
Used to check if the client is child of office or group. If the client is a child of an office or group this will return true.Otherwise, it will return false as a value.
See Also