Search Results for

    Show / Hide Table of Contents

    Class CustomAction

    Inheritance
    System.Object
    CustomAction
    Namespace: PnP.Framework.Provisioning.Providers.Xml.V202103
    Assembly: PnP.Framework.dll
    Syntax
    public class CustomAction : object

    Constructors

    CustomAction()

    Declaration
    public CustomAction()

    Properties

    ClientSideComponentId

    Declaration
    public string ClientSideComponentId { get; set; }
    Property Value
    System.String

    ClientSideComponentProperties

    Declaration
    public string ClientSideComponentProperties { get; set; }
    Property Value
    System.String

    ClientSideHostProperties

    Declaration
    public string ClientSideHostProperties { get; set; }
    Property Value
    System.String

    CommandUIExtension

    Declaration
    public CustomActionCommandUIExtension CommandUIExtension { get; set; }
    Property Value
    CustomActionCommandUIExtension

    Description

    Declaration
    public string Description { get; set; }
    Property Value
    System.String

    Enabled

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

    Group

    Declaration
    public string Group { get; set; }
    Property Value
    System.String

    ImageUrl

    Declaration
    public string ImageUrl { get; set; }
    Property Value
    System.String

    Location

    Declaration
    public string Location { get; set; }
    Property Value
    System.String

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    System.String

    RegistrationId

    Declaration
    public string RegistrationId { get; set; }
    Property Value
    System.String

    RegistrationType

    Declaration
    public RegistrationType RegistrationType { get; set; }
    Property Value
    RegistrationType

    RegistrationTypeSpecified

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

    Remove

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

    Rights

    Declaration
    public string Rights { get; set; }
    Property Value
    System.String

    ScriptBlock

    Declaration
    public string ScriptBlock { get; set; }
    Property Value
    System.String

    ScriptSrc

    Declaration
    public string ScriptSrc { get; set; }
    Property Value
    System.String

    Sequence

    Declaration
    public int Sequence { get; set; }
    Property Value
    System.Int32

    SequenceSpecified

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

    Title

    Declaration
    public string Title { get; set; }
    Property Value
    System.String

    Url

    Declaration
    public string Url { get; set; }
    Property Value
    System.String

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer