Class AssignContentPermissionSetsAction
Assigns one or more permission sets to a content.
Inheritance
AssignContentPermissionSetsAction
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class AssignContentPermissionSetsAction : BusinessRuleAction
Properties
IDs of the permission sets to assign.
Declaration
[JsonProperty("permissionSetIds", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public object PermissionSetIds { get; set; }
Property Value
Indicates whether the already assigned permissions should be replaced or merged.
Declaration
[JsonProperty("replace", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public bool Replace { get; set; }
Property Value
Methods
Declaration
public static AssignContentPermissionSetsAction FromJson(string data)
Parameters
Returns