For a specific UserGroup, retrieve the highest permission for a given asset path
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
EnumAssetNodeLevelPermission Permission( string assetPath, EnumAssetType assetType, IUserGroup group )
Parameters
- assetPath
- Type: SystemString
The path of asset whose permission information you want to retrieve. The path must be relative to XML folder and cannot start with a "\" character. - assetType
- Type: Ingeniux.CMS.EnumsEnumAssetType
The type of asset in the path - group
- Type: Ingeniux.CMSIUserGroup
The UserGroup whose permission information you want to retrieve
Return Value
Type: EnumAssetNodeLevelPermissionThe highest permission for given UserGroup
See Also
Reference
[!:]