Packagecom.salesforce.results
Classpublic dynamic class DescribeLayout

Returned in the response to describeLayout(), contains detailed information on the custom or standard object page layout

See also

Apex Developer Guide


Public Properties
 PropertyDefined by
  detailLayoutSections : ArrayCollection
DescribeLayout
  editLayoutSections : ArrayCollection
DescribeLayout
  relatedLists : ArrayCollection
DescribeLayout
Public Methods
 MethodDefined by
  
DescribeLayout(obj:Object)
DescribeLayout
Property detail
detailLayoutSectionsproperty
public var detailLayoutSections:ArrayCollection
editLayoutSectionsproperty 
public var editLayoutSections:ArrayCollection
relatedListsproperty 
public var relatedLists:ArrayCollection
Constructor detail
DescribeLayout()constructor
public function DescribeLayout(obj:Object)Parameters
obj:Object