CustomAction element (CustomActionDefinitions complexType)
(AppHostWebFeatures)
Note
The string app
appears as part of or all of some element, attribute, and file names because SharePoint Add-ins were originally called "apps for SharePoint." To ensure backward compatibility, the schemas have not been changed.
Element information
Name | Value |
---|---|
Element type | CustomActionDefinition |
Namespace | http://schemas.microsoft.com/sharepoint/ |
Schema file | apphostwebfeatures.xsd |
Definition
<xs:element name="CustomAction" type="CustomActionDefinition" minOccurs="1" maxOccurs="unbounded"></xs:element>
Elements and attributes
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Parent elements
None.
Child elements
Element |
Type |
Description |
---|---|---|
Attributes
Attribute |
Type |
Required |
Description |
Possible values |
---|---|---|---|---|
Description |
LocalizableString |
optional |
Values of the LocalizableString type. |
|
GroupId |
xs:string |
optional |
Values of the xs:string type. |
|
HostWebDialog |
TRUEFALSE |
optional |
Values of the TRUEFALSE type. |
|
HostWebDialogHeight |
xs:int |
optional |
Values of the xs:int type. |
|
HostWebDialogWidth |
xs:int |
optional |
Values of the xs:int type. |
|
Id |
UniqueIdentifier |
optional |
Values of the UniqueIdentifier type. |
|
ImageUrl |
LocalizableString |
optional |
Values of the LocalizableString type. |
|
Location |
optional |
Values of the CustomActionLocations type. |
||
RegistrationId |
xs:string |
optional |
Values of the xs:string type. |
|
RegistrationType |
optional |
Values of the CustomActionRegistrationType type. |
||
RequireSiteAdministrator |
TRUEFALSE |
optional |
Values of the TRUEFALSE type. |
|
Rights |
xs:string |
optional |
Values of the xs:string type. |
|
Sequence |
Sequence |
optional |
Values of the Sequence type. |
|
ShowInReadOnlyContentTypes |
TRUEFALSE |
optional |
Values of the TRUEFALSE type. |
|
ShowInSealedContentTypes |
TRUEFALSE |
optional |
Values of the TRUEFALSE type. |
|
Title |
LocalizableString |
optional |
Values of the LocalizableString type. |
|
UIVersion |
optional |
Values of the UIVersion type. |