Search Results for

    Show / Hide Table of Contents

    Class UnassignContentPermissionSetsAction

    Removes one or more permission sets from a content.

    Inheritance
    System.Object
    BusinessRuleAction
    UnassignContentPermissionSetsAction
    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 UnassignContentPermissionSetsAction : BusinessRuleAction

    Properties

    PermissionSetIds

    IDs of the permission sets to unassign.

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

    Methods

    FromJson(String)

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

    Returns
    UnassignContentPermissionSetsAction

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX