RelatedDocDataCollection.AddRange Method
Include Protected Members
Include Inherited Members
Adds a set of document data objects to the collection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
AddRange(array<DocData[]) | Copies the elements of an array of document data objects to the end of the RelatedDocDataCollection. | |
AddRange(RelatedDocDataCollection) | Adds the contents of another RelatedDocDataCollection to the end of the collection. |
Top