Returns the node's permissions.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public IDictionary<int, DOFPermissionSet> getPermissions()
Return Value
Type: IDictionaryInt32, DOFPermissionSetThe node's permissions, which may be an empty map.
Remarks
See Also