Click or drag to resize

IAssetSecurityManagerPermission Method (String, EnumAssetType, IUserGroup)


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.5.94
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: EnumAssetNodeLevelPermission
The highest permission for given UserGroup
See Also