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: IListInt32The node's permissions security scope identifiers. May return an empty list if there are no associated permissions.
Remarks
See Also