Packagecom.salesforce.results
Classpublic dynamic class DescribeTabSetResult

Class returned to the responder from connection.describeTabs() calls, contains details describing the tabs for each appexchange application, standard and custom.

See also

com.salesforce.Connection.describeTabs()
Apex Developer Guide


Public Properties
 PropertyDefined by
  label : String
DescribeTabSetResult
  logoUrl : String
DescribeTabSetResult
  namespace : String
DescribeTabSetResult
  selected : Boolean
DescribeTabSetResult
  tabs : Array
DescribeTabSetResult
Public Methods
 MethodDefined by
  
DescribeTabSetResult(obj:ObjectProxy)
DescribeTabSetResult
Property detail
labelproperty
public var label:String
logoUrlproperty 
public var logoUrl:String
namespaceproperty 
public var namespace:String
selectedproperty 
public var selected:Boolean
tabsproperty 
public var tabs:Array
Constructor detail
DescribeTabSetResult()constructor
public function DescribeTabSetResult(obj:ObjectProxy)Parameters
obj:ObjectProxy