Return whether or not this node is a member of the specified group.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public bool isMember( DOFObjectIDAuthentication groupID )
Parameters
- groupID
- Type: org.opendof.core.oalDOFObjectIDAuthentication
The group identifier to check.
Return Value
Type: Booleanwhether or not this node is a member of the specified group.
Remarks
See Also