DefaultDocument Class

Represents a document that will be provisioned automatically for every DocumentManagementDocumentSet object that is based on the associated content type.

Inheritance Hierarchy

System.Object
  Microsoft.Office.DocumentManagement.DocumentSets.DefaultDocument

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

Syntax

'Declaration
Public Class DefaultDocument
'Usage
Dim instance As DefaultDocument
public class DefaultDocument

Remarks

Maps to the "default content" document in the Document Set Settings page user interface. To access a default document through the object model, use the ContentTypeTemplate property to return the content type template and then the DefaultDocuments property to access the DefaultDocumentCollection object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DefaultDocument Members

Microsoft.Office.DocumentManagement.DocumentSets Namespace