Retrieves all permission entries 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
IEnumerable<IAssetNodeLevelPermission> Permissions( string assetPath, EnumAssetType assetType, out bool isInherited )
Parameters
- assetPath
- Type: SystemString
The path of asset whose permission information you want to retrieve. The path must be relative to the XML folder and cannot start a "\" character. - assetType
- Type: Ingeniux.CMS.EnumsEnumAssetType
The type of asset in the path - isInherited
- Type: SystemBoolean
An output parameter that is true if the permissions returned are inherited from the parent folder
Return Value
Type: IEnumerableIAssetNodeLevelPermissionCollection of permissions for the given asset path
See Also