Packagecom.salesforce.results
Classpublic dynamic class DescribeLayoutResult

Class returned to the responder from connection.describeLayout() calls, contains details describing the page layouts for edit and detail pages and various information about each record type for this object.

See also

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


Public Properties
 PropertyDefined by
  layouts : ArrayCollection
DescribeLayoutResult
  recordTypeMappings : ArrayCollection
DescribeLayoutResult
Public Methods
 MethodDefined by
  
DescribeLayoutResult(obj:ObjectProxy)
DescribeLayoutResult
Property detail
layoutsproperty
public var layouts:ArrayCollection
recordTypeMappingsproperty 
public var recordTypeMappings:ArrayCollection
Constructor detail
DescribeLayoutResult()constructor
public function DescribeLayoutResult(obj:ObjectProxy)Parameters
obj:ObjectProxy