DocumentSet.AddCollection MethodDocumentSet.AddCollection MethodDocumentSet::AddCollection Method

Adds the collection represented by the to the set of available collections,

Overload List

 NameDescription
Public methodAddCollection (AnyUri, IEnumerable<XPathItem>)AddCollection (AnyUri, IEnumerable(Of XPathItem))AddCollection (AnyUri^, IEnumerable<XPathItem^>^) Associates the specified items with the specified collection URI, or marks the collection URI as unavailable.
Public methodAddCollection (AnyUri, IXPathNavigable[])AddCollection (AnyUri, IXPathNavigable())AddCollection (AnyUri^, array<IXPathNavigable^>^) Associates the specified nodes with the specified collection URI, or marks the collection URI as unavailable.

Top