DOFAuthenticatorAuthenticationNodeisMember Method OpenDOF Object Access Library
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: Boolean
whether or not this node is a member of the specified group.
Remarks

Return whether or not this node is a member of the specified group.
See Also

Reference