Share via


ExpressionParameter Element in ActionParameterDefinitions (SolutionManifestDeclarativeExtensions Schema)

Applies to: SharePoint Server 2010

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

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

Schema: SolutionManifestDeclarativeExtensions

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

Attributes and Elements

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.