DocumentSet.Folder property

Gets the SPFolder object that is associated with this DocumentSet object.

Namespace:  Microsoft.Office.DocumentManagement.DocumentSets
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
Public ReadOnly Property Folder As SPFolder
    Get
'Usage
Dim instance As DocumentSet
Dim value As SPFolder

value = instance.Folder
public SPFolder Folder { get; }

Property value

Type: Microsoft.SharePoint.SPFolder
The SPFolder object for this DocumentSet object.

Remarks

This is the actual folder that is the document set, not the one that contains it. For the folder that contains the document set, see ParentFolder.

See also

Reference

DocumentSet class

DocumentSet members

Microsoft.Office.DocumentManagement.DocumentSets namespace

Item

ContentTypeTemplate