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: ICollectionDOFObjectIDAuthenticationThe list of secure groups that the node is a member of, which may be an empty list.
Remarks
See Also