Folder Element (DeploymentManifest)

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

Represents an instance of a Windows SharePoint Services 3.0 folder (SPFolder) object.

Definition

DECLARATION
<xs:element name="Folder" type="SPFolder" />

USAGE
<SPObject>
        <Folder
                Id="Guid"
                Name="xs:string"
                Url="xs:string"
                ParentFolderId="Guid"
                ParentWebId="Guid"
                ParentWebUrl="xs:string"
                ContainingDocumentLibrary="Guid"
                WelcomePageUrl="xs:string"
                WelcomePageParameters="xs:string"
                ListItemIntId="xs:int"
                Author="xs:string"
                ModifiedBy="xs:string"
                TimeCreated="xs:dateTime"
                TimeLastModified="xs:dateTime"
                        <Properties />
        />
</SPObject>

Type

SPFolder

Elements and attributes

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

Attributes

Attribute Type Description
Id
Guid Simple Type (DeploymentManifest)
Unique identifier of the folder.
Optional on export; required by import.
Name
xs:string
Name of the folder.
Optional on export; required by import.
Url
xs:string
URL path to the folder.
Optional on export; required by import.
ParentFolderId
Guid Simple Type (DeploymentManifest)
Unique identifier of the folder's parent folder.
Optional on export; required by import.
ParentWebId
Guid Simple Type (DeploymentManifest)
Unique identifier of the folder's parent website, where appropriate.
Optional on export; required by import.
ParentWebUrl
xs:string
Optional. URL to the parent website.
ContainingDocumentLibrary
Guid Simple Type (DeploymentManifest)
Optional. Unique identifier of the document library the folder is part of, if it belongs to a document library.
WelcomePageUrl
xs:string
Optional. URL to the site's Welcome page.
WelcomePageParameters
xs:string
Optional. URL parameters available for augmenting the Welcome page URL.
ListItemIntId
xs:int
Optional. Integer value that specifies the position relative to the list.
Author
xs:string
Optional. User who created the folder.
ModifiedBy
xs:string
Optional. User who last modified the folder.
TimeCreated
xs:dateTime
Optional. Date/time value specifying the time the folder was created.
TimeLastModified
xs:dateTime
Optional. Date-time value specifying the time the folder was last modified.

Child elements

Properties Element (DeploymentManifest - SPFolder)

Parent elements

SPObject Element (DeploymentManifest)

See also