DOFPermissionSetgetPermissions Method OpenDOF Object Access Library
Get a copy of the permission list for this permission set.

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

C#
public IList<DOFPermission> getPermissions()

Return Value

Type: IListDOFPermission
The permission list.
Remarks

Get a copy of the permission list for this permission set.
See Also

Reference