Click or drag to resize

IAssetSecurityManagerPermissions Method


Retrieves all permission entries for a given asset path

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IEnumerable<IAssetNodeLevelPermission> Permissions(
	string assetPath,
	EnumAssetType assetType,
	out bool isInherited
)

Parameters

assetPath  String
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  EnumAssetType
The type of asset in the path
isInherited  Boolean
An output parameter that is true if the permissions returned are inherited from the parent folder

Return Value

IEnumerableIAssetNodeLevelPermission
Collection of permissions for the given asset path
See Also