2022 Method
Changes 2
M

IndependentTag.AddReferences

Description:
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.
If any of the above rules is not fulfilled, the execution will be stopped and an exception will be thrown

public void AddReferences(
	IList<Reference> referencesToTag
)