DOFAuthenticatorAuthenticationNodegetGroups Method OpenDOF Object Access Library
Get the list of secure groups that the node is a member of.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public ICollection<DOFObjectIDAuthentication> getGroups()

Return Value

Type: ICollectionDOFObjectIDAuthentication
The list of secure groups that the node is a member of, which may be an empty list.
Remarks

Get the list of secure groups that the node is a member of.
See Also

Reference