Class AssetRoles

Contains the roles for Asset permissions

Inheritance
System.Object
AssetRoles
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Assets
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public static class AssetRoles

Properties

AdminRole

Public string literal for the asset administrators role.

Declaration
public static string AdminRole { get; set; }
Property Value
Type Description
System.String

ManagerRole

Public string literal for the asset managers role.

Declaration
public static string ManagerRole { get; set; }
Property Value
Type Description
System.String

SchemaManagerRole

Public string literal for the asset schema managers role.

Declaration
public static string SchemaManagerRole { get; set; }
Property Value
Type Description
System.String

ViewerRole

Public string literal for the asset viewers role.

Declaration
public static string ViewerRole { get; set; }
Property Value
Type Description
System.String