DefaultDocumentCollection Members

Include Protected Members
Include Inherited Members

Represents a collection of DefaultDocument objects.

The DefaultDocumentCollection type exposes the following members.

Properties

  Name Description
Public property AddSetName Gets or sets a value that indicates whether or not custom XML-based documents identified in the associated content type definition should be added to the DefaultDocumentCollection list.
Public property Count The number of DefaultDocument objects represented in this DefaultDocumentCollection list.
Public property LastModified Gets the date and time that the current DefaultDocumentCollection object was last changed.

Top

Methods

  Name Description
Public method Add Adds a DefaultDocument object to this DefaultDocumentCollection object.
Public method ChangeContentTypeForDocument Changes the content type of the named default document to the specified content type.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that can be used to iterate through the DefaultDocumentCollection instance.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove Deletes a DefaultDocument object from this DefaultDocumentCollection object.
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable<DefaultDocument>.GetEnumerator Gets the enumerator.

Top

See Also

Reference

DefaultDocumentCollection Class

Microsoft.Office.DocumentManagement.DocumentSets Namespace