Share via


Aggregations Element (Deployment Manifest - SPView)

Applies to: SharePoint Foundation 2010

Represents one or more aggregate, or total, columns used in a specified view.

DELCARATION SYNTAX
<xs:element name="Aggregations" minOccurs="0" maxOccurs="unbounded" />

USAGE SYNTAX
<Views>
        <View>
                <Aggregations />
        </View>
</Views>

Attributes

Attribute

Type

Description

None

Child Elements

None

Parent Elements

View Element (DeploymentManifest)

See Also

Reference

Aggregations Element (DeploymentManifest - SPWebPart)