PictureLibrary Element (DeploymentManifest)
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Represents an instance of a Windows SharePoint Services 3.0 picture library (SPPictureLibrary) object.
DECLARATION
<xs:element name="PictureLibrary" type="SPPictureLibrary" />
USAGE
<SPObject>
<PictureLibrary
ThumbnailSize="xs:int"
WebImageHeight="xs:int"
WebImageWidth="xs:int"
/>
</SPObject>
Type
SPPictureLibrary object.
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
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).