TreeSecurityProviderCheckPermission Method |
Gets result of the given permission and culture from DataRow.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public static bool CheckPermission(
DataRow dr,
NodePermissionsEnum permission,
string cultureCode
)
Parameters
- dr
- Type: System.DataDataRow
DataRow with data - permission
- Type: CMS.DocumentEngineNodePermissionsEnum
Permission to check - cultureCode
- Type: SystemString
Culture code
Return Value
Type:
BooleanSee Also