Click or drag to resize

IAssetSecurityManagerPermission(String, EnumAssetType, IUserGroup) Method


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: 10.6.492
Syntax
EnumAssetNodeLevelPermission Permission(
	string assetPath,
	EnumAssetType assetType,
	IUserGroup group
)

Parameters

assetPath  String
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  EnumAssetType
The type of asset in the path
group  IUserGroup
The UserGroup whose permission information you want to retrieve

Return Value

EnumAssetNodeLevelPermission
The highest permission for given UserGroup
See Also