UpdaterId
Constructor
Description:
creates an instance of UpdaterId for given AddInId and a given GUID value
creates an instance of UpdaterId for given AddInId and a given GUID value
Parameters
Parameter | Type | Description |
---|---|---|
addInId | AddInId | Id of addin that registers an Updater |
val | Guid | a GUID identifying the Updater within addin |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentException | addInId is not valid. |
ArgumentNullException | A non-optional argument was null |