DocumentInterests.HasInterest Method
Parent Object: DocumentInterestsDescription
Method that returns whether an AddIn with the input ClientId/Name has expressed interest in this document.
Syntax
DocumentInterests.HasInterest( ClientIdOrName As String ) As BooleanParameters
Name | Type | Description |
ClientIdOrName | String | Input String that uniquely identifies a client. This could be the CLSID of the AddIn in a string form, e.g. "{C9A6C580-3817-11D0-BE4E-080036E87B02}", or the Name of the interest. |