Folder Element (ContentType)

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

Specifies the relative folder path for the content type's resource folder.

Definition

<Folder
  TargetName="Text"
/>

Elements and attributes

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

Attributes

Attribute

Description

**TargetName**

Optional **Text**. The relative folder path for the content type's resource folder.

Child elements

None.

Parent elements

ContentType

Occurrences

Minimum: 0

Maximum: 1

Remarks

The resource folder is the storage location for any file, such as a document template, that is used by the content type.

See also