DefaultDocumentCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of DefaultDocument objects.
The DefaultDocumentCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
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. | |
Count | The number of DefaultDocument objects represented in this DefaultDocumentCollection list. | |
LastModified | Gets the date and time that the current DefaultDocumentCollection object was last changed. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds a DefaultDocument object to this DefaultDocumentCollection object. | |
ChangeContentTypeForDocument | Changes the content type of the named default document to the specified content type. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that can be used to iterate through the DefaultDocumentCollection instance. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove | Deletes a DefaultDocument object from this DefaultDocumentCollection object. | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable<DefaultDocument>.GetEnumerator | Gets the enumerator. |
Top