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