
The ICICommandSettings interface allows you to make changes to the settings of a Site's custom Commands. Access the ICICommandSettings interface with the ICISite GetCommandSettings method.
Example
Set cs = s.GetCommandSettings(aCommands(i))
|
|
When you change a custom command with the ICICommandSettings interface, you must call ICIServer's ApplyChanges method in order for the changes to take effect. |