Newer Version Available
FeedLayout Class
Represents the values that define the feed view of a feed-based page
layout. Feed-based layouts are available on Account, Case, Contact, Lead, Opportunity, custom,
and external objects. They include a feed view and a detail view.
Namespace
Usage
Use this class when accessing Metadata.Layout metadata components. For more information, see
“FeedLayout” in the Metadata API Developer Guide.
FeedLayout Properties
The following are properties for FeedLayout.
autocollapsePublisher
Signature
public Boolean autocollapsePublisher {get; set;}
Property Value
Type: Boolean
compactFeed
Specifies whether the feed-based page layout uses a compact feed
(true) or not (false). If set to true, feed items on the page are collapsed by default, and
the feed view has an updated design.
Signature
public Boolean compactFeed {get; set;}
Property Value
Type: Boolean
feedFilterPosition
Signature
public Metadata.FeedLayoutFilterPosition feedFilterPosition {get; set;}
Property Value
feedFilters
Signature
public List<Metadata.FeedLayoutFilter> feedFilters {get; set;}
Property Value
Type: List<FeedLayoutFilter Class>.
fullWidthFeed
Specifies whether the feed expands horizontally to take up all
available space on the page (true) or not (false).
Signature
public Boolean fullWidthFeed {get; set;}
Property Value
Type: Boolean
highlightExternalFeedItems
Signature
public Boolean highlightExternalFeedItems {get; set;}
Property Value
Type: Boolean
leftComponents
Signature
public List<Metadata.FeedLayoutComponent> leftComponents {get; set;}
Property Value
Type: List<FeedLayoutComponent Class>
rightComponents
Signature
public List<Metadata.FeedLayoutComponent> rightComponents {get; set;}
Property Value
Type: List<FeedLayoutComponent Class>
useInlineFiltersInConsole
Signature
public Boolean useInlineFiltersInConsole {get; set;}
Property Value
Type: Boolean