DescribeTab

The describeTabs() call returns an array of DescribeTabSetResult objects, of which DescribeTab is a property.

A DescribeTab object has these properties.

NameTypeDescription
colorsDescribeColor[]Array of color information used for a tab. This field is available in API version 29.0 and later.
custombooleantrue if this field is a custom tab, false if it’s a standard tab.
iconUrlstringThe URL for the main 32x32 pixel icon for a tab. This icon appears next to the heading at the top of most pages. This icon URL corresponds to the 32x32 icon used for the Salesforce Classic 2010 user interface theme.
iconsDescribeIcon[]Array of icon information used for a tab. This field is available in API version 29.0 and later.
labelstringThe display label for this tab.
miniIconUrlstringThe URL for the 16x16 pixel icon that represents a tab. This icon appears in related lists and other locations. This icon URL corresponds to the 16x16 icon used for the current Salesforce theme, introduced in Spring ‘10.
namestringThe API name of the tab.
sobjectNamestringThe name of the sObject that is primarily displayed on this tab (for tabs that display a particular sObject). For a list of objects, see Standard Objects.
urlstringA fully qualified URL for viewing this tab.

See Also