DocumentSet Constructor (XmlNameTable)DocumentSet Constructor (XmlNameTable)DocumentSet Constructor (XmlNameTable^)

Initializes a new instance of the DocumentSetDocumentSetDocumentSet class, with no access to external documents.

Syntax

Public Sub New ( _
    nameTable As System.Xml.XmlNameTable _
)
public DocumentSet(
    System.Xml.XmlNameTable nameTable
)
public:
DocumentSet(
    System.Xml::XmlNameTable^ nameTable
)
 

Parameters

nameTable

Type: System.Xml.XmlNameTableSystem.Xml.XmlNameTableSystem.Xml::XmlNameTable^

The name table used by all the documents in the document set.

Exceptions

ExceptionCondition
ArgumentNullExceptionArgumentNullExceptionArgumentNullExceptionnameTable is null a null reference (Nothing in Visual Basic) nullptr

Remarks

A document set constructed with this constructor is unable to retrieve external documents. Only documents explicitly added to the document set will be retrieved.