Class PermissionUserRoleRightsOfContentRight
Rights assigned to a user role.
Inheritance
PermissionUserRoleRightsOfContentRight
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class PermissionUserRoleRightsOfContentRight
Properties
Language specific user role names.
Declaration
[JsonProperty("names", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public TranslatedStringDictionary Names { get; set; }
Property Value
List of rights: they can be content, metadata or permission set rights, depending on the type defined on the class
(ContentRight, MetadataRight, PermissionSetRight).
Declaration
[JsonProperty("rights", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore, ItemConverterType = typeof(StringEnumConverter))]
public ICollection<ContentRight> Rights { get; set; }
Property Value
Declaration
[JsonProperty("userRoleId", Required = Required.Always)]
[Required]
public string UserRoleId { get; set; }
Property Value
Methods
Declaration
public static PermissionUserRoleRightsOfContentRight FromJson(string data)
Parameters
Returns