Class LoadWebPagePanelItemsResult
Result representing data for the web page panel data loading.
public sealed class LoadWebPagePanelItemsResult
- Inheritance
-
objectLoadWebPagePanelItemsResult
- Extension Methods
Properties
ClientItems
List of panel items.
public List<WebPagePanelClientItem> ClientItems { get; set; }
Property Value
- List<WebPagePanelClientItem>
Items
List of panel items - obsolete.
[Obsolete("Items are to be replaced with ClientItems, a list of type WebPagePanelClientItem, which is a mapping from WebPagePanelItem excluding obsolete and internal properties.")]
[ObsoleteSince(29, 0)]
public List<WebPagePanelItem> Items { get; set; }
Property Value
- List<WebPagePanelItem>