setMasterSelectionSource

Sets the value of the source attribute for a custom interface defined to display in the WorkspaceMasterSelection area.

Syntax

setMasterSelectionSource(interfaceName, source, show);

Parameters

  • interfaceName - (string) The unique name of the custom interface.
  • source - (string) The value of the source attribute for the custom interface.
  • show - (boolean) If set to true, the method automatically displays the custom interface with the newly specified source, otherwise, the source is set, but the showMasterSelection method must be called to display the custom interface.

Returns

None