Show 

Home > eRoom API Help > Server Access API > SAAPI Methods > GetCustomCommandsForDisplay method

Show Show 
eRoom

 

GetCustomCommandsForDisplay method

Returns an IERUCollection of IERUCustomCommand interfaces for the commands that are displayed on the itembox for this item.

Syntax


C++
HRESULT GetCustomCommandsForDisplay(
   IERUCollection**
ppCommandsForDisplay
)
Scripting languages
Set CommandsForDisplay = Object.GetCustomCommandsForDisplay

Parameters


ppCustomCommandsForDisplay

An IERUCollection of IERUCustomCommand interfaces for the commands that are displayed on the itembox for this item.

Return value


C++

The return code.

Scripting languages

An IERUCollection of IERUCustomCommand interfaces for the commands that are displayed.

 

Home

Applies to

IERUItem