LayoutSection Class
Namespace
Usage
Use this class when accessing Metadata.Layout metadata components. For more information, see
“LayoutSection” in the Metadata API Developer Guide.
LayoutSection Properties
The following are properties for LayoutSection.
layoutColumns
Lists the layout columns. You can have one, two, or three columns,
ordered left to right, are possible.
Signature
public List<Metadata.LayoutColumn> layoutColumns {get; set;}
Property Value
Type: List<Metadata.LayoutColumn>