IAssetSecurityManagerPermission(String, EnumAssetType, IUserGroup) Method
|
For a specific UserGroup, retrieve the highest permission for a given asset path
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxEnumAssetNodeLevelPermission Permission(
string assetPath,
EnumAssetType assetType,
IUserGroup group
)
Function Permission (
assetPath As String,
assetType As EnumAssetType,
group As IUserGroup
) As EnumAssetNodeLevelPermission
EnumAssetNodeLevelPermission Permission(
String^ assetPath,
EnumAssetType assetType,
IUserGroup^ group
)
abstract Permission :
assetPath : string *
assetType : EnumAssetType *
group : IUserGroup -> EnumAssetNodeLevelPermission 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
EnumAssetNodeLevelPermissionThe highest permission for given UserGroup
See Also