Parameters Element in ActionDefinition
(SolutionManifestDeclarativeExtensions Schema)
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
The Parameters element lists all the parameters that an action accepts.
Namespace:
http://schemas.microsoft.com/office/2009/05/BusinessApplications/Manifest/DeclarativeExtensions
Schema: SolutionManifestDeclarativeExtensions
<Parameters > </Parameters>
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child elements
Element | Description |
---|---|
ConstantParameter Element in ActionParameterDefinitions (SolutionManifestDeclarativeExtensions Schema) | The ConstantParameter element defines a constant parameter for an action. |
ExpressionParameter Element in ActionParameterDefinitions (SolutionManifestDeclarativeExtensions Schema) | The ExpressionParameter element defines a parameter for an action that can take a value from the context of the current item. |
Parent elements
Element | Description |
---|---|
UrlAction Element in Actions (SolutionManifestDeclarativeExtensions Schema) | The UrlAction element is used to execute a URL-based action. |
CodeMethodAction Element in Actions (SolutionManifestDeclarativeExtensions Schema) | The CodeMethodAction element is used to execute a custom code action or one of the predefined actions that are provided by Microsoft Business Connectivity Services (BCS). |