IndependentTag.AddReferences
Description:
Adds the provided list of references to the tag's list of references.
Adds the provided list of references to the tag's list of references.
Remarks:
The references must pass the following requirements to be added:
- Must not be already tagged.
- Must be of the same category when TagMode is TM_ADDBY_CATEGORY.
- Must be taggable by this tag type.
public void AddReferences(
IList<Reference> referencesToTag
)
-
IList<Reference>referencesToTagReferences to be tagged.
-
The operation failed. Please verify that the references are all taggable and that they are not already tagged.
-
A non-optional argument was null
-
This type of tag does not support multiple references.