DefaultDocumentCollection class
Represents a collection of DefaultDocument objects.
Inheritance hierarchy
System.Object
Microsoft.Office.DocumentManagement.DocumentSets.DefaultDocumentCollection
Namespace: Microsoft.Office.DocumentManagement.DocumentSets
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Public Class DefaultDocumentCollection _
Implements IEnumerable(Of DefaultDocument), IEnumerable
'Usage
Dim instance As DefaultDocumentCollection
public class DefaultDocumentCollection : IEnumerable<DefaultDocument>,
IEnumerable
Remarks
The set of documents that is provisioned by default in a new document set.
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.