Click or drag to resize
SecurityHelperGetSecurityAccessEnum Method
Gets the SecurityAccessEnum equivalent of the permission information from the given forum access encoded info.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
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: SecurityAccessEnum
See Also