Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.21 KB

aggregations-element-deploymentmanifestspwebpart.md

File metadata and controls

51 lines (35 loc) · 1.21 KB
title description manager ms.date ms.audience ms.topic ms.localizationpriority ms.assetid
Aggregations element (DeploymentManifest - SPWebPart)
Discusses the definition, elements and attributes for Aggregations element (DeploymentManifest - SPWebPart).
soliver
06/14/2022
Developer
reference
medium
0a1c2a28-93cf-4b65-b101-f985f6112461

Aggregations element (DeploymentManifest - SPWebPart)

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

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

Definition

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

USAGE SYNTAX
<WebParts>
  <WebPart>
    <Aggregations />
  </WebPart>
</WebParts>

Elements and attributes

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

Attributes

None

Child elements

None

Parent elements

WebPart element (DeploymentManifest)

See also