Command Settings Interface Properties

The ICICommandSettings interface allows you to make changes to the settings of site 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.

Available Properties: