Share

ChangeManager.Add Method

Parent Object: ChangeManager

Description

Method that creates a new collection that will house all of the ChangeDefinition objects to be generated by the corresponding client. The newly created ChangeDefinitions object is returned.

Syntax

ChangeManager.Add( ClientId As String ) As ChangeDefinitions

Parameters

Name Type Description
ClientId String Input string that uniquely identifies the client. Suggestions are the 'ProgID' of the Add-In creating the resource or its CLSID in a string form, e.g. "{C9A6C580-3817-11D0-BE4E-080036E87B02}", although any unique string is valid. If you do not use a CLSID or a ProgID, it is recommended that you add your application name to the ClientId to help eliminate naming conflicts.

Version

Introduced in version 9

Was this information helpful?