CustomIcons property

A collection of IERUIcon interface pointers to the Custom Icons in this facility.

Syntax


C++

HRESULT get_CustomIcons(IERUCollection** ppCustomIcons)

Scripting languages

Set Value = object.CustomIcons

Remarks


Although SAAPI doesn't support downloading the icon images yet, this property would at least provide all the IDs for each custom icon that is used in various icon methods such as SetDefaultIcon, RemoveIcon. The order of icons in the collection is the same as the custom icons showed in the UI. If you can use the UI, you can associate the custom icon images with their IDs.

Home

Applies to

IERUFacility