SecurityHelperGetSecurityAccessEnum Method |
Gets the SecurityAccessEnum equivalent of the permission information from the given forum access encoded info.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static SecurityAccessEnum GetSecurityAccessEnum(
int access,
int position
)
Parameters
- access
- Type: SystemInt32
Encoded information on access parameters of permissions - position
- Type: SystemInt32
Position of the permission within the access parameter
Return Value
Type:
SecurityAccessEnumSee Also