Search Results for

    Show / Hide Table of Contents

    Class AssignContentPermissionSetsAction

    Assigns one or more permission sets to a content.

    Inheritance
    object
    BusinessRuleAction
    AssignContentPermissionSetsAction
    Inherited Members
    BusinessRuleAction.TraceRefId
    BusinessRuleAction.Names
    BusinessRuleAction.Description
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    PermissionSetIds

    IDs of the permission sets to assign.

    Declaration
    [JsonProperty("permissionSetIds", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public object PermissionSetIds { get; set; }
    Property Value
    object

    Replace

    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
    bool

    Methods

    FromJson(string)

    Declaration
    public static AssignContentPermissionSetsAction FromJson(string data)
    Parameters
    string data

    Returns
    AssignContentPermissionSetsAction

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX