Search Results for

    Show / Hide Table of Contents

    Class AssignContentPermissionSetsAction

    Assigns one or more permission sets to a content.

    Inheritance
    System.Object
    BusinessRuleAction
    AssignContentPermissionSetsAction
    Inherited Members
    BusinessRuleAction.TraceRefId
    BusinessRuleAction.Names
    BusinessRuleAction.Description
    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: System.Dynamic.ExpandoObject
    Syntax
    public class AssignContentPermissionSetsAction : BusinessRuleAction

    Properties

    PermissionSetIds

    IDs of the permission sets to assign.

    Declaration
    public object PermissionSetIds { get; set; }
    Property Value
    System.Object

    Replace

    Indicates whether the already assigned permissions should be replaced or merged.

    Declaration
    public bool Replace { get; set; }
    Property Value
    System.Boolean

    Methods

    FromJson(String)

    Declaration
    public static AssignContentPermissionSetsAction FromJson(string data)
    Parameters
    System.String data

    Returns
    AssignContentPermissionSetsAction

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX