Search Results for

    Show / Hide Table of Contents

    Class CustomActions

    Domain Object that represents a Collections of Custom Actions

    Inheritance
    System.Object
    BaseModel
    CustomActions
    Inherited Members
    BaseModel.ParentTemplate
    Namespace: PnP.Framework.Provisioning.Model
    Assembly: PnP.Framework.dll
    Syntax
    public class CustomActions : BaseModel, IProvisioningTemplateDescendant

    Constructors

    CustomActions()

    Constructor for CustomActions class

    Declaration
    public CustomActions()

    Properties

    SiteCustomActions

    A Collection of CustomActions at the Site level

    Declaration
    public CustomActionCollection SiteCustomActions { get; }
    Property Value
    CustomActionCollection

    WebCustomActions

    A Collection of CustomActions at the Web level

    Declaration
    public CustomActionCollection WebCustomActions { get; }
    Property Value
    CustomActionCollection

    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