DOFAuthenticatorSecureGroupNodegetSecurityScopeIDs Method OpenDOF Object Access Library
Convenience method that returns the node's permissions security scope identifiers.

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

C#
public IList<int> getSecurityScopeIDs()

Return Value

Type: IListInt32
The node's permissions security scope identifiers. May return an empty list if there are no associated permissions.
Remarks

Convenience method that returns the node's permissions security scope identifiers.
See Also

Reference