Metadata
The following are properties for RelatedListItem.
public List<String> customButtons {get; set;}
Type: List<String>
For more information, see “Define Custom Buttons and Links” in the Salesforce online help.
public List<String> excludeButtons {get; set;}
public List<String> fields {get; set;}
public String relatedList {get; set;}
Type: String
public String sortField {get; set;}
public Metadata.SortOrder sortOrder {get; set;}
Type: Metadata.SortOrder
The following are methods for RelatedListItem.
public Object clone()
Type: Object