SecurityHelperSetSecurityAccessEnum Method |
Gets the integer equivalent of the permission information specified by the SecurityAccessEnum.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static int SetSecurityAccessEnum(
int access,
SecurityAccessEnum securityAccess,
int position
)
Parameters
- access
- Type: SystemInt32
SecurityAccessEnum information of access permission - securityAccess
- Type: CMS.HelpersSecurityAccessEnum
Encoded information on access parameters of permissions - position
- Type: SystemInt32
Position of the permission within the access parameter
Return Value
Type:
Int32See Also