id stringlengths 14 16 | text stringlengths 2 3.14k | source stringlengths 45 175 |
|---|---|---|
0f47ae7b3af7-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies a range of previous versions of the Feature to which the upgrade actions should apply.
Definition
<VersionRange
BeginVersion = string
EndVersion = string>
<AddContentTypeField />
<ApplyElementM... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/versionrange-element-feature |
0f47ae7b3af7-1 | Child elements
Child Elements
AddContentTypeField Element (Feature)
ApplyElementManifests Element (Feature)
CustomUpgradeAction Element (Feature)
MapFile Element (Feature)
Parent elements
UpgradeActions Element (Feature)
Occurrences
Minimum: 0
Maximum: Unb... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/versionrange-element-feature |
bc9b91b9be64-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the upgrade actions for the Feature.
Definition
<UpgradeActions
ReceiverAssembly = string
ReceiverClass = string>
<AddContentTypeField />
<ApplyElementManifests>
...
<CustomUpgradeActions... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/upgradeactions-element-feature |
f94306b27102-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Defines the default value for a feature property.
Definition
<Property
Key = "Text"
Value = "Text">
</Property>
Elements and attributes
The following sections describe attributes, child elements, and pa... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/property-element-feature |
ddb8f4130104-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Contains a list of the default values for Feature properties.
Definition
<Properties>
</Properties>
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/properties-element-feature |
33e73a886d6a-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the list of parameters to be applied during a Feature upgrade.
Definition
<Parameters>
<Parameter> </Parameter>
</Parameters>
Elements and attributes
The following sections describe attributes, ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/parameters-element-feature |
eea2f80ba725-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the parameter to be applied during a Feature upgrade.
Definition
<Parameter
Name = string>
</Parameter>
Elements and attributes
The following sections describe attributes, child elements, and pa... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/parameter-element-feature |
30ccfe9eb49e-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies a mapping between files during a Feature upgrade.
Definition
<MapFile
FromPath = string
ToPath = string />
Elements and attributes
The following sections describe attributes, child elements, a... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/mapfile-element-feature |
e554bfaae3aa-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Defines a Feature to activate or deactivate at a specified scope.
Definition
<Feature
ActivateOnDefault = "TRUE" | "FALSE"
AlwaysForceInstall = "TRUE" | "FALSE"
AutoActivateInCentralAdmin = "TRUE" | "FALSE... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/feature-element-feature |
e554bfaae3aa-1 | AlwaysForceInstall
Optional Boolean . TRUE if the Feature is installed by force during installation even if the Feature is already installed. For example, if set to TRUE , Feature deployment event handlers will always fire anytime a user tries to install the Feature (even if it is already installed) by using ei... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/feature-element-feature |
e554bfaae3aa-2 | Hidden
Optional Boolean . This attribute equals FALSE by default.
Id
Required Text . Contains the globally unique identifier (GUID) for the Feature.
ImageUrl
Optional Text . Contains a URL relative to the \_layouts/IMAGES directory for an image to use to represent the Feature in the user interfac... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/feature-element-feature |
e554bfaae3aa-3 | Optional Boolean . TRUE to specify that SharePoint Foundation check whether resources exist for the Feature by verifying that the standard "sentinel" resource for the Feature is present for a particular culture.The resource file is named according to the format <Feature Directory>\Resources\Resources..resx , where ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/feature-element-feature |
e554bfaae3aa-4 | does not enforce RequireResources for Features that are part of a larger site definition. If you supply, for example, a Thai version of a site definition by putting a webtempThai.xml in %ProgramFiles%\Common Files\Microsoft Shared\web server extensions\15\TEMPLATE\1054\XML, you must verify that each Feature contained... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/feature-element-feature |
e554bfaae3aa-5 | Scope
Required Text . Specifies the scope in which the Feature can be activated and contains one of the following values: Farm (farm), WebApplication (Web application), Site (site collection), Web (website). For information about scope, see Element Scope .
SolutionId
Optional Text . Specifies the s... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/feature-element-feature |
e554bfaae3aa-6 | Example
For an example of how this element is used, see Feature.xml Files . | https://learn.microsoft.com/en-us/sharepoint/dev/schema/feature-element-feature |
fa2d6cfab9c9-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Contains references to element manifests and element files that contain definitions for the Feature elements.
Definition
<ElementManifests>
</ElementManifests>
Elements and attributes
The following sections... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/elementmanifests-element-feature |
0fdd417c1762-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies a file that contains a definition for a feature element.
Definition
<ElementManifest
Location = "Text">
</ElementManifest>
Elements and attributes
The following sections describe attributes, chi... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/elementmanifest-element-feature |
9d731693c76f-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies a support file required for the Feature.
Definition
<ElementFile
Location = "Text">
</ElementFile>
Elements and attributes
The following sections describe attributes, child elements, and parent ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/elementfile-element-feature |
9d731693c76f-1 | </ActivationDependencies>
<ElementManifests>
<ElementManifest Location="ListInstance1\Elements.xml" />
<ElementManifest Location="Resources\Elements.xml" />
<ElementFile Location="Resources\Resources.resx" />
<ElementFile Location="Resources\Resources.es-es.resx" />
<Elemen... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/elementfile-element-feature |
841177340f05-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies custom Feature upgrade actions.
This element references custom code that calls SharePoint's server object model. For that reason it cannot be used when the Feature that is being upgraded is inside a Shar... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/customupgradeaction-element-feature |
94048801ea68-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the element manifests to apply during the Feature upgrade.
Definition
<ApplyElementManifests>
<ElementFile />
<ElementManifest />
</ApplyElementManifests>
Elements and attributes
The following... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/applyelementmanifests-element-feature |
c72930902698-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the content type field to add during a Feature upgrade.
Definition
<AddContentTypeField
ContentTypeId = string
FieldId = string
PushDown = TRUE | FALSE />
Elements and attributes
The followi... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/addcontenttypefield-element-feature |
ad30ade06cbd-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents a Feature on which activation of the current Feature depends.
Definition
<ActivationDependency
FeatureDescription = string
FeatureId = Guid
FeatureTitle = string
MinimumVersion = string
Solu... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/activationdependency-element-feature |
ad30ade06cbd-1 | -Minimum: 0
-Maximum: Unbounded
Remarks
Microsoft SharePoint Foundation does not support a cross-scope activation dependency if the current Feature depends upon another Feature at a more restrictive scope, or if the current Feature depends on a hidden Feature.
Example
For an example of how this element is used,... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/activationdependency-element-feature |
4a88537f602f-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies a list of features on which the activation of the current feature depends.
Definition
<ActivationDependencies></ActivationDependencies>
Elements and attributes
The following sections describe attr... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/activationdependencies-element-feature |
3b59a7d6cbdf-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
In a Feature.xml file, the Feature element defines a Feature and specifies the location of assemblies, files, dependencies, or properties that support the Feature.
Feature
ActivationDependencies
Activa... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/feature-xml-files |
3b59a7d6cbdf-1 | Scope="Web">
<ActivationDependencies>
<ActivationDependency
FeatureId="11111111-1111-1111-1111-111111111111" />
</ActivationDependencies>
<ElementManifests>
<ElementManifest
Location="Location\LocationPart.xml"/>
<ElementManifest
Location="Customer... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/feature-xml-files |
b6186f126453-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the type of the source for the event receiver.
Definition
<SourceType></SourceType>
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attri... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/sourcetype-element-events |
f77f3d4b6ad5-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the unique identifier of the source for the event receiver.
Definition
<SourceId></SourceId>
Elements and attributes
The following sections describe attributes, child elements, and parent elements... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/sourceid-element-events |
b671ccb82eca-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the type of event for which to register the event handler.
Definition
<Type />
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/type-element-event |
34bc6f5b90cd-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the synchronization of the event receiver.
Definition
<Synchronization> Synchronous | Asynchronous </Synchronization>
Elements and attributes
The following sections describe attributes, child elem... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/synchronization-element-event |
585e381657a1-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the unique ID of the solution for the event receiver.
Definition
<SolutionId />
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attribute... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/solutionid-element-event |
6e3b0cf7bd44-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the order to use for the event registration when more than one handler is associated with the feature.
Definition
<SequenceNumber>
</SequenceNumber>
Elements and attributes
The following sections ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/sequencenumber-element-event |
5826cb6bf546-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Contains the description of an event receiver for handling item events in lists created through the specified list template.
Definition
<Receivers
ListTemplateId = "Text"
ListTemplateOwner = "Text"
ListUrl... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/receivers-element-event |
5826cb6bf546-1 | Scope
Optional enumeration . The scope of the event receiver. This can be Site or Web . When the Scope attribute is set to Site , event receivers that are defined inside of a Feature that is scoped to the site collection are registered at the site collection level. When the Scope attribute is set to Web , e... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/receivers-element-event |
26085cbc13b8-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Describes an event receiver for handling list item events.
Definition
<Receiver />
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
Non... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/receiver-element-event |
ecfe75e9c8bb-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Contains the name of the event receiver.
Definition
<Name>
</Name>
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
None
Child elemen... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/name-element-event |
696f16595172-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the filter for the event receiver.
Definition
<Filter />
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
None
Child Elemen... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/filter-element-event |
eef13fdcbe9b-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Top-level element in a Feature manifest file that contains Feature element declarations.
Definition
<Elements
Id = "Text">
</Elements>
Elements and attributes
The following sections describe attributes, c... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/elements-element-event |
886463ec1ec0-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Contains a string that is used to pass parameters to the receiver.
Definition
<Data>
</Data>
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attrib... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/data-element-event |
bc57e4f40334-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Contains the name of the class that implements the event receiver.
Definition
<Class>
</Class>
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attr... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/class-element-event |
f005989481eb-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Contains the strong name of the assembly to use to handle events through the receiver.
Definition
<Assembly>
</Assembly>
Elements and attributes
The following sections describe attributes, child elements, a... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/assembly-element-event |
b57360a09284-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Register event handlers at the site or site collection level that you will use to implement filtering to respond to events.
The Receivers element specifies an event handler for list item events.
Elements
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/event-registrations |
b57360a09284-1 | <Type>ItemUpdating</Type>
<SequenceNumber>10000</SequenceNumber>
<Assembly>SimpleUpdateEventHandler, Version=1.0.0.0, Culture=neutral, PublicKeyToken=10b23036c9b36d6d</Assembly>
<Class>MS.Samples.SimpleItemUpdateHandler</Class>
<Data></Data>
</Receiver>
</Receivers>... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/event-registrations |
b57360a09284-2 | namespace MS.Samples
{
public class SimpleItemUpdateHandler : SPItemEventReceiver
{
public override void ItemUpdating(SPItemEventProperties properties)
{
properties.Cancel = true;
properties.ErrorMessage = "Updating data is not supported.";
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/event-registrations |
bbcc275fc429-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Top-level element in a Feature manifest file that contains feature element declarations.
Definition
<Elements
Id = "Text">
</Elements>
Elements and attributes
The following sections describe attributes, c... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/elements-element-document-converter |
9fee39b11269-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the definition of a document converter.
Definition
<DocumentConverter
Id="Text"
Name="Text"
App="Text"
From="Text"
To="Text"
ConverterUIPage="Text"
ConverterSpecificSettingsUI="Text"
Co... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/documentconverter-element-document-converter |
9fee39b11269-1 | **ConverterSpecificSettingsUI**
Optional **Text**. Specifies the file name of an .ascx control to host on an existing converter configuration page. Use the control to add configuration options to the existing page.
**ConverterSettingsForContentType**
Optional **Text**. Specifies the file name of the .aspx pag... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/documentconverter-element-document-converter |
c0f3b3a2a592-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Each element manifest file that defines document converters must adhere to the Document Converter Definition schema.
Following is a list of the elements in the Document Converter Definition schema. Select the elem... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/document-converter |
8a7530195367-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Contains a property value for a delegate control.
Definition
<Property
Name = "Text">
</Property>
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/property-element-delegate-control |
65ba960714fb-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Top-level element in a Feature manifest file that contains Feature element declarations.
Definition
<Elements
Id = "Text">
</Elements>
Elements and attributes
The following sections describe attributes, c... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/elements-element-delegate-control |
92312d416c95-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Identifies the control to implement in a delegate control.
Definition
<Control
ControlAssembly = "Text"
ControlClass = "Text"
ControlSrc = "Text"
Id = "Text"
Sequence = "Integer">
</Control>
Element... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/control-element-delegate-control |
92312d416c95-1 | Elements
Example
When implementing a user control, use the ControlSrc attribute. When implementing a server control, use both the ControlAssembly and ControlClass attributes. For an example of how this element is used, see Delegate Controls .
See also
How to: Customize a Delegate Control | https://learn.microsoft.com/en-us/sharepoint/dev/schema/control-element-delegate-control |
580f8f64b3bf-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Delegate controls provide a means to specify candidate controls for a particular functionality and to choose a functionality provider for those controls.
Control
Elements
Property
Example
The fol... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/delegate-controls |
f6e4b1cba05c-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
The following table shows the locations, custom action group IDs, and custom action IDs that are used in the CustomAction element and the CustomActionGroup element of custom actions that are installed by default... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/default-custom-action-locations-and-ids |
f6e4b1cba05c-1 | **ViewToolbar**
Not applicable
Not applicable
**Location** corresponds to the toolbar in list views.
**Microsoft.SharePoint.StandardMenu**
**ActionsMenu**
Not applicable
**Actions** menu in list and document library views.
**Microsoft.SharePoint.StandardMenu**
**ActionsMenuForSurvey**
Not ap... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/default-custom-action-locations-and-ids |
f6e4b1cba05c-2 | **Microsoft.SharePoint.ContentTypeTemplateSettings**
**General**
**ChangeNameDescriptionGroup** **ChangeOptionalSettings** **ChangeWorkflowSettings** **RemoveContentType**
**Settings** section on List **Content Type** page.
**Microsoft.SharePoint.Create**
**WebPages**
Not applicable
**Web Pages** sect... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/default-custom-action-locations-and-ids |
f6e4b1cba05c-3 | **Microsoft.SharePoint.PeoplePage**
**NewMenu**
Not applicable
**New** menu on site collection **People and Groups** page.
**Microsoft.SharePoint.PeoplePage**
**SettingsMenu**
Not applicable
**Settings** menu on site collection **People and Groups** page.
**Microsoft.SharePoint.SiteSettings**
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/default-custom-action-locations-and-ids |
f6e4b1cba05c-4 | **Storage**
**ManageSiteCollectionFeatures**
**Hierarchy**
**Portal**
**Site Collection Administration** section on **Site Settings** page.
**Microsoft.SharePoint.SiteSettings**
**UsersAndPermissions**
**PeopleAndGroups**
**SiteCollectionAdministrators**
**User**
**Users and Permissions** ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/default-custom-action-locations-and-ids |
f6e4b1cba05c-5 | CA_Applications
CA_Backups
CA_ConfigurationWizards
CA_GeneralApplicationSettings
CA_Monitoring
CA_Security
CA_SystemSettings
CA_UpgradeAndMigration
**Default** page in Central Administration
**Microsoft.SharePoint.Administration.GeneralApplicationSettings**
ExternalServiceConnections
**Exter... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/default-custom-action-locations-and-ids |
f6e4b1cba05c-6 | Servers
**Servers** section under **System Settings** in Central Administration.
**Microsoft.SharePoint.Administration.UpgradeAndMigration**
Patch
**Upgrade and Patch Management** section under **Upgrade and Migration** in Central Administration.
Server ribbon custom action locations and group IDs... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/default-custom-action-locations-and-ids |
694e50152207-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the page URL for an action.
Definition
<UrlAction
Url = "Text">
</UrlAction>
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/urlaction-element |
a03c61cef458-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Hides an existing action that is implemented by default within the framework of Windows SharePoint Services Features, or within another custom action.
Definition
<HideCustomAction
GroupId = "Text"
HideAction... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/hidecustomaction-element |
a03c61cef458-1 | Parent elements
Elements
Remarks
Note that HideCustomAction IDs are not limited to specific default SharePoint Foundation custom actions. You can also hide custom actions that you create yourself when you write your own features. This means that for any CustomAction ID available in SharePoint Fo... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/hidecustomaction-element |
8be8866ad78f-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Top-level element in a Feature manifest file that contains Feature element declarations.
Definition
<Elements Id = "Text">
</Elements>
Elements and attributes
The following sections describe attributes, chi... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/elements-element-custom-action |
8be8866ad78f-1 | </CommandUIDefinitions>
<CommandUIHandlers>
<CommandUIHandler
Command="NewRibbonButtonCommand"
CommandAction="javascript:alert('Hello, world');" />
</CommandUIHandlers>
</CommandUIExtension>
</CustomAction>
</Elements> | https://learn.microsoft.com/en-us/sharepoint/dev/schema/elements-element-custom-action |
fc8d575588e7-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Contains the core definition for a grouping of custom actions.
Definition
<CustomActionGroup
Description = "Text"
Id = "Text"
Location = "Text"
Sequence = "Integer"
Title = "Text">
</CustomActionGroup>... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/customactiongroup-element-custom-action |
fc8d575588e7-1 | None
Parent elements
Elements
Remarks
To ensure that a custom action group section is displayed within a link section table, supply additional custom actions outside this element.
See also
Default Custom Action Locations and IDs | https://learn.microsoft.com/en-us/sharepoint/dev/schema/customactiongroup-element-custom-action |
00701febf7b3-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Defines an extension to the user interface, such as a button on a toolbar or a link on a site settings page.
Definition
<CustomAction
RequiredAdmin = "Delegated | Farm | Machine"
ControlAssembly = "Text"
C... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/customaction-element |
00701febf7b3-1 | ControlClass
Optional Text . Specifies a control class that supports the custom action.
ControlSrc
Optional Text . Specifies the relative URL of the .ascx file that serves as the source for the custom action, for example, ~/_controltemplates/myCustomAction.ascx .
Description
Optional Text . Specif... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/customaction-element |
00701febf7b3-2 | Location
Optional Text . Specifies the location of this custom action, for example, "Microsoft.SharePoint.SiteSettings" . If the CustomAction element contains a CommandUIExtension child element, the Location must start with "CommandUI.Ribbon". For a list of default locations that are used with the Server ribb... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/customaction-element |
00701febf7b3-3 | Rights
Optional Text . Specifies a set of rights that the user must have for the link to be visible, for example, "ViewListItems,ManageAlerts" . If it is not specified, the action always appears in the list of actions. To specify multiple rights, separate the values by using commas. The set of rights are grouped lo... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/customaction-element |
00701febf7b3-4 | ShowInSealedContentTypes
Optional Boolean . TRUE if the custom action is only displayed for sealed content types on the page for managing content types. The default value is FALSE .
Title
Required Text . Specifies the end-user description for this action.
UIVersion
Optional Integer . Specifies t... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/customaction-element |
00701febf7b3-5 | LabelText="Replaced Button"
TemplateAlias="o2" />
</CommandUIDefinition>
</CommandUIDefinitions>
<CommandUIHandlers>
<CommandUIHandler
Command="ReplacementButtonCommand"
CommandAction="javascript:alert('This button has been replaced.');" />
</Command... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/customaction-element |
58fbd4562cab-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Defines the handler for a command.
Definition
<CommandUIHandler
Command = "Text"
CommandAction = "Text"
EnabledScript = "Text"
/>
Elements and attributes
The following sections describe attributes, c... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/commanduihandler-element |
58fbd4562cab-1 | EnabledScript
Note : The EnabledScript attribute doesn't work on custom actions deployed to the host web by an SharePoint Add-in. A script statement that is executed to determine whether the command is enabled or disabled. The script expression should return a Boolean value, true if the command is enabled and ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/commanduihandler-element |
58fbd4562cab-2 | Command="emailContacts"
CommandAction="javascript:
function getItemIds()
{
var itemIds = '';
var items = SP.ListOperation.Selection.getSelectedItems();
var item;
for(var i in items)
{
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/commanduihandler-element |
58fbd4562cab-3 | EnabledScript="javascript:
function enableEmailContacts()
{
var items = SP.ListOperation.Selection.getSelectedItems();
return (items.length > 0);
}
enableEmailContacts();"/>
</CommandUIHandlers>
</CommandUIEx... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/commanduihandler-element |
8c1052df86ec-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Contains elements that define handlers for user interface events.
Definition
<CommandUIHandlers />
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/commanduihandlers-element |
5e54a1853f13-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Contains elements that extend the user interface.
Definition
<CommandUIExtension />
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
No... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/commanduiextension-element |
1db79f633c52-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Contains elements that define a user interface.
Definition
<CommandUIDefinition
Location = "Text"
/>
Elements and attributes
The following sections describe attributes, child elements, and parent element... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/commanduidefinition-element |
1db79f633c52-1 | Tabs
TextBox
ToggleButton
Parent elements
CommandUIExtension
Occurrences
Minimum: 1
Maximum: unbounded
Example
The following example adds a new My Custom Tab tab with a group and three buttons on a document library.
<Elements xmlns="http://sche... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/commanduidefinition-element |
1db79f633c52-2 | Title="Custom Group"
Sequence="52"
Template="Ribbon.Templates.CustomTemplateExample">
<Controls Id="Ribbon.CustomTabExample.CustomGroupExample.Controls">
<Button
Id="Ribbon.CustomTabExample.CustomGroupExample.Hello... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/commanduidefinition-element |
1db79f633c52-3 | <Section Alignment="Top" Type="TwoRow">
<Row>
<ControlRef DisplayMode="Medium" TemplateAlias="cust2" />
</Row>
<Row>
<ControlRef DisplayMode="Medium" TemplateAlias="cust3" />
</Row>
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/commanduidefinition-element |
748566aed4e9-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Contains elements that define commands for the user interface.
Definition
<CommandUIDefinitions />
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/commanduidefinitions-element |
e903b1aec670-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Custom actions are defined in XML documents and deployed as part of a Feature.
XML schema definition
An XML document that defines custom actions must validate with the schema defined in the file wss.xsd. This fi... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/custom-action-definition-schema |
e903b1aec670-1 | Location="Microsoft.SharePoint.Administration.ApplicationManagement"
Sequence="10"
Title="Configure usage reporting" >
<UrlAction Url="_layouts/SpUsageConfig.aspx"/>
</CustomAction>
<HideCustomAction
Id="HideWssSiteCollectionUsage"
HideActionId="SiteCollec... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/custom-action-definition-schema |
19d193573cc0-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Contains a collection of XmlDocument elements.
Definition
<XmlDocuments>
</XmlDocuments>
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attribut... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/xmldocuments-element-contenttype |
19d193573cc0-1 | <XmlDocuments>
<XmlDocument NamespaceURI="http://schemas.microsoft.com/sharepoint/v3/contenttype/forms">
<FormTemplates xmlns="http://schemas.microsoft.com/sharepoint/v3/contenttype/forms">
<Display>DocumentLibraryForm</Display>
<Edit>DocumentLibraryForm</Edit>
<New>DocumentL... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/xmldocuments-element-contenttype |
962c7a7bfb58-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Defines a single XML document that is included in the content type.
Definition
<XmlDocument
NamespaceURI="Text" >
</XmlDocument>
Elements and attributes
The following sections describe attributes, child e... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/xmldocument-element-contenttype |
962c7a7bfb58-1 | For more information about the actual information contained in the XmlDocument element, see FormTemplates Schema Overview .
<XmlDocuments>
<XmlDocument NamespaceURI="http://schemas.microsoft.com/sharepoint/v3/contenttype/forms">
<FormTemplates xmlns="http://schemas.microsoft.com/sharepoint/v3/con... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/xmldocument-element-contenttype |
116c7edb87d8-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies a column reference that is included in the parent content type but is to be removed from this content type.
You need only specify the ID attribute of the RemoveFieldRef element. SharePoint Foundation i... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/removefieldref-element-contenttype |
116c7edb87d8-1 | PrimaryPITarget="Text"
/>
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute
Description
**ID**
Required **Text**. Specifies the field ID of the column to be removed from this content type.
Child elem... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/removefieldref-element-contenttype |
116c7edb87d8-2 | <RemoveFieldRef ID="{82642ec8-ef9b-478f-acf9-31f7d45fbc31}" Name="LinkTitle" /> <!-- LinkTitle -->
<RemoveFieldRef ID="{ae069f25-3ac2-4256-b9c3-15dbc15da0e0}" Name="GUID" /> <!-- GUID -->
<RemoveFieldRef ID="{de8beacf-5505-47cd-80a6-aa44e7ffe2f4}" Name="WorkflowInstanceID" /> <!-- WorkflowInstanceID -->
... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/removefieldref-element-contenttype |
56c78dc8509d-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the relative folder path for the content type's resource folder.
Definition
<Folder
TargetName="Text"
/>
Elements and attributes
The following sections describe attributes, child elements, and p... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/folder-element-contenttype |
cea8dbd17df9-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents a collection of column references included in the content type.
Definition
<FieldRefs>
</FieldRefs>
Elements and attributes
The following sections describe attributes, child elements, and parent ... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/fieldrefs-element-contenttype |
cea8dbd17df9-1 | <ContentType ID="0x0101"
Name="$Resources:Document"
Group="$Resources:Document_Content_Types"
Description="$Resources:DocumentCTDesc"
V2ListTemplateName="doclib"
Version="0">
<FieldRefs>
<RemoveFieldRef ID="{67df98f4-9dec-48ff-a553-29bece9c5bf4}" Name="Attachments" /> <!-- Attachments --... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/fieldrefs-element-contenttype |
cea8dbd17df9-2 | <FieldRef ID="{8c06beca-0777-48f7-91c7-6da68bc07b69}" Name="Created" Hidden="TRUE" /> <!-- Created -->
<FieldRef ID="{fa564e0f-0c70-4ab9-b863-0177e6ddd247}" Name="Title" Required="FALSE" ShowInNewForm="FALSE" ShowInEditForm="TRUE"/> <!-- Title -->
<FieldRef ID="{28cf69c5-fa48-462a-b5cd-27b6f9d2bd5f}" Na... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/fieldrefs-element-contenttype |
97465a6523fa-0 | Applies to : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies a column to reference in this content type.
Definition
<FieldRef
Aggregation="sum" | "count" | "average" | "min" | "max" | "merge" | "plaintext" | "first" | "last"
Customization="Text"
DefaultVal... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/fieldref-element-contenttype |
97465a6523fa-1 | Attribute
Description
Aggregation
If you use the Node attribute to specify an XPath expression that returns a collection of values, you can also include an Aggregation attribute that specifies the action to take on the value set that is returned. This action can be either an aggregation function or an... | https://learn.microsoft.com/en-us/sharepoint/dev/schema/fieldref-element-contenttype |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.