Aggregations element (Deployment Manifest - SPView)

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

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

Definition

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

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

Elements and attributes

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

Attributes

None

Child elements

None

Parent elements

View element (DeploymentManifest)

See also