Skip to content

Latest commit

 

History

History
97 lines (79 loc) · 2.11 KB

alluserswebpart-element-module.md

File metadata and controls

97 lines (79 loc) · 2.11 KB
title description manager ms.date ms.audience ms.topic ms.localizationpriority ms.assetid
AllUsersWebPart element (Module)
Describes the AllUsersWebPart element and describes the element's attributes, parent elements, and occurrences.
soliver
06/14/2022
Developer
reference
medium
fb0f93f5-1bb9-4c27-9d07-1dcd3872f908

AllUsersWebPart element (Module)

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

Contains a web part in a module of a site definition.

Definition

<AllUsersWebPart
   ID = string
   WebPartOrder = integer
   WebPartZoneID = string>
</AllUsersWebPart>

Elements and attributes

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

Attributes

Attribute

Description

**ID**

Optional **string**. Specifies the ID of the web part.

**WebPartOrder**

Required **integer**. Specifies the vertical positioning of the web part within a zone.

**WebPartZoneID**

Required **string**. Specifies the zone for the web part.

Child elements

None

Parent elements

File

Occurrences

Minimum: 0

Maximum: Unbounded

See also