DocumentSet.AddDocument MethodDocumentSet.AddDocument MethodDocumentSet::AddDocument Method

Adds the document represented by the specified IXPathNavigableIXPathNavigableIXPathNavigable to the set of available documents, Adds the document represented by the specified ResolvedDocumentResolvedDocumentResolvedDocument to the set of available documents,

Overload List

 NameDescription
Public methodAddDocument (IXPathNavigable)AddDocument (IXPathNavigable)AddDocument (IXPathNavigable^) Adds the document represented by the specified IXPathNavigableIXPathNavigableIXPathNavigable to the set of available documents, and associates it with its document URI.
Public methodAddDocument (AnyUri, IXPathNavigable)AddDocument (AnyUri, IXPathNavigable)AddDocument (AnyUri^, IXPathNavigable^) Adds the document represented by the specified IXPathNavigableIXPathNavigableIXPathNavigable to the set of available documents, and associates it with the specified document URI, or marks a document as unavailable.
Public methodAddDocument (AnyUri, ResolvedDocument)AddDocument (AnyUri, ResolvedDocument)AddDocument (AnyUri^, ResolvedDocument^) Adds the document represented by the specified ResolvedDocumentResolvedDocumentResolvedDocument to the set of available documents, and associates it with the specified document URI, or marks a document as unavailable.

Top