Class CustomActions
Domain Object that represents a Collections of Custom Actions
Inherited Members
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
|