DocumentSetTemplate.DefaultDocuments Property

Gets the collection of DefaultDocument objects that are used for the DocumentSet objects that are associated with this template.

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

Syntax

'Declaration
Public ReadOnly Property DefaultDocuments As DefaultDocumentCollection
    Get
'Usage
Dim instance As DocumentSetTemplate
Dim value As DefaultDocumentCollection

value = instance.DefaultDocuments
public DefaultDocumentCollection DefaultDocuments { get; }

Property Value

Type: Microsoft.Office.DocumentManagement.DocumentSets.DefaultDocumentCollection
A collection of DocumentSetTemplate objects that represent the documents that are provisioned during creation of a new DocumentSet objects that uses this template.

See Also

Reference

DocumentSetTemplate Class

DocumentSetTemplate Members

Microsoft.Office.DocumentManagement.DocumentSets Namespace

Create(SPFolder, String, SPContentTypeId, Hashtable)

Create(SPFolder, String, SPContentTypeId, Hashtable, Boolean)

Create(SPFolder, String, SPContentTypeId, Hashtable, Boolean, SPUser)