Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.23 KB

formats-element-deploymentmanifestspview.md

File metadata and controls

54 lines (35 loc) · 1.23 KB
title description manager ms.date ms.audience ms.topic ms.localizationpriority ms.assetid
Formats Element (DeploymentManifest - SPView)
Formats Element (DeploymentManifest - SPView) represents formatting parameters for an instance of a SharePoint view (SPView) object.
soliver
06/13/2022
Developer
reference
medium
2168f567-15fb-498c-ad9b-34e9fa03b985

Formats Element (DeploymentManifest - SPView)

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

Represents formatting parameters for an instance of a SharePoint view (SPView) object.

Definition

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

USAGE
<View>
        <Formats />
</View>

Type

xs:string

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