Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

LayoutColumn Class

Represents the items in a column within a layout section.

Namespace

Metadata

Usage

Use this class when accessing Metadata.Layout metadata components. For more information, see “LayoutColumn” in the Metadata API Developer Guide.

LayoutColumn Properties

The following are properties for LayoutColumn.

layoutItems

The individual items within a column (ordered from top to bottom).

Signature

public List<Metadata.LayoutItem> layoutItems {get; set;}

Property Value

Type: List<Metadata.LayoutItem>

reserved

This field is reserved for Salesforce.

Signature

public String reserved {get; set;}

Property Value

Type: String

LayoutColumn Methods

The following are methods for LayoutColumn.

clone()

Makes a duplicate copy of the Metadata.LayoutColumn.

Signature

public Object clone()

Return Value

Type: Object