FeedLayoutComponent Class

Represents a component in the feed view of a feed-based page layout.

Namespace

Metadata

Usage

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

FeedLayoutComponent Properties

The following are properties for FeedLayoutComponent.

See FeedLayoutComponent in the Metadata API Developer Guide

componentType

Represents a component in the feed view of a feed-based page layout. The type of component is required.

Signature

public Metadata.FeedLayoutComponentType componentType {get; set;}

Property Value

Type: Metadata.FeedLayoutComponentType

height

The height, in pixels, of the component. Doesn’t apply to standardComponents

Signature

public Integer height {get; set;}

Property Value

Type: Integer

page_x

The name of the Visualforce page used as a custom component.

Signature

public String page_x {get; set;}

Property Value

Type: String

FeedLayoutComponent Methods

The following are methods for FeedLayoutComponent.

clone()

Makes a duplicate copy of the Metadata.FeedLayoutComponent.

Signature

public Object clone()

Return Value

Type: Object