Documentation Center

ISmartTagContext

Implement this interface in order to pass it to the metadata binding and tagging SmartTags method.

TargetFieldsAn implementation of that contains the target fields with the information that can be used to indicate multiple field and Id set.
UiLanguageThe language in which to return the label/description of the id from the external system.
DataA byte array with the contents of the document in the target language that needs their smart tags to be extracted.
DataLanguageThe language of the document. Note that this language needs to be mapped to a language of the external system
ObjectNameString representing the object's name in the following format: ishref=versionnumber=language=resolution
MimeTypeGets the Mime type of the Content.
OverwriteDetermines whether to append or overwrite the existing values of the fields in TargetFields.
XmlResolverGets the XmlResolver that can be used to load the data into a XmlDocument.