PictureLibrary Element (DeploymentManifest)

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

Represents an instance of a Windows SharePoint Services 3.0 picture library (SPPictureLibrary) object.

Definition

DECLARATION
<xs:element name="PictureLibrary" type="SPPictureLibrary" />

USAGE
<SPObject>
        <PictureLibrary
                ThumbnailSize="xs:int"
                WebImageHeight="xs:int"
                WebImageWidth="xs:int"
        />
</SPObject>

Type

SPPictureLibrary object

Elements and attributes

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

Attributes

Attribute Type Description
ThumbnailSize
xs:int
Optional. Specifies the size, in pixels, of the height or width, whichever is greatest, to use for the thumnails in the picture library.
WebImageHeight
xs:int
Optional. Specifies the height, in pixels, used to display images in the picture library.
WebImageWidth
xs:int
Optional. Specifies the width, in pixels, used to display images in the picture library.

Child elements

None

Parent elements

SPObject Element (DeploymentManifest)

Remarks

The base type Microsoft.SharePoint.SPPictureLibrary extends another base type, Microsoft.SharePoint.SPDocumentLibrary. That type, in turn, extends the Microsoft.SharePoint.SPList type.

For attributes of the SPDocumentLibrary type, see DocumentLibrary Element (DeploymentManifest). For attributes of the SPList type, see List Element (DeploymentManifest).

See also