Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.