編輯

共用方式為


ExpressionParameter Element in ActionParameterDefinitions

(SolutionManifestDeclarativeExtensions Schema)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

The ExpressionParameter element defines a parameter for an action that can take a value from the context of the current item.

Namespace: http://schemas.microsoft.com/office/2009/05/BusinessApplications/Manifest/DeclarativeExtensions

Schema: SolutionManifestDeclarativeExtensions

<ExpressionParameter  EntityViewInstanceReference = "String" Expression = "String" Name = "String" Description = "String"> </ExpressionParameter>

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute

Description

**EntityViewInstanceReference**

Required.

The name of the primary view in the context.

Attribute type: **String**

**Expression**

Required.

The field name in the view in dot notation. For example, **Customer.Name** or **Customer.Address.Zip**.

Attribute type: **String**

**Name**

Required.

The name of the parameter.

Attribute type: **String**

**Description**

Optional.

A description for the parameter.

Attribute type: **String**

Child elements

None.

Parent elements

Element Description
Parameters Element in ActionDefinition (SolutionManifestDeclarativeExtensions Schema) The Parameters element that contains this parameter.