Class CustomAction
Inheritance
System.Object
CustomAction
Namespace: PnP.Framework.Provisioning.Providers.Xml.V201903
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.
|
ClientSideComponentProperties
Declaration
public string ClientSideComponentProperties { get; set; }
Property Value
System.
|
CommandUIExtension
Declaration
public CustomActionCommandUIExtension CommandUIExtension { get; set; }
Property Value
Description
Declaration
public string Description { get; set; }
Property Value
System.
|
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
System.
|
Group
Declaration
public string Group { get; set; }
Property Value
System.
|
ImageUrl
Declaration
public string ImageUrl { get; set; }
Property Value
System.
|
Location
Declaration
public string Location { get; set; }
Property Value
System.
|
Name
Declaration
public string Name { get; set; }
Property Value
System.
|
RegistrationId
Declaration
public string RegistrationId { get; set; }
Property Value
System.
|
RegistrationType
RegistrationTypeSpecified
Declaration
public bool RegistrationTypeSpecified { get; set; }
Property Value
System.
|
Remove
Declaration
public bool Remove { get; set; }
Property Value
System.
|
Rights
Declaration
public string Rights { get; set; }
Property Value
System.
|
ScriptBlock
Declaration
public string ScriptBlock { get; set; }
Property Value
System.
|
ScriptSrc
Declaration
public string ScriptSrc { get; set; }
Property Value
System.
|
Sequence
Declaration
public int Sequence { get; set; }
Property Value
System.
|
SequenceSpecified
Declaration
public bool SequenceSpecified { get; set; }
Property Value
System.
|
Title
Declaration
public string Title { get; set; }
Property Value
System.
|
Url
Declaration
public string Url { get; set; }
Property Value
System.
|