M

IExternalDataManagerServer.GetCommandsForAdd

Description:
Retrieves commands in the Add menu.
Remarks:
The returned ids define the drop-down list attached to the "Add" button in the dialog toolbar. Return an empty array if the server does not support adding new content. The ids must correspond to commands previously registered via ExternalDataManagerCommand.registerCommand.
IList<ExternalDataManagerCommandId> GetCommandsForAdd()
IList<ExternalDataManagerCommandId> The commands ids for the Add menu.