ISmartTagContext
Implement this interface in order to pass it to the metadata binding and tagging SmartTags method.
| TargetFields | An implementation of that contains the target fields with the information that can be used to indicate multiple field and Id set. |
| UiLanguage | The language in which to return the label/description of the id from the external system. |
| Data | A byte array with the contents of the document in the target language that needs their smart tags to be extracted. |
| DataLanguage | The language of the document. Note that this language needs to be mapped to a language of the external system |
| ObjectName | String representing the object's name in the following format: ishref=versionnumber=language=resolution |
| MimeType | Gets the Mime type of the Content. |
| Overwrite | Determines whether to append or overwrite the existing values of the fields in TargetFields. |
| XmlResolver | Gets the XmlResolver that can be used to load the data into a XmlDocument. |