Class IndexViewData
Inheritance
System.Object
    IndexViewData
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: EPiServer.Cms.Shell.UI.Models.ExternalLinks
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7Syntax
[Obsolete("The Episerver gadget framework has been deprecated so the External Link gadget will be removed after the upcoming major release.")]
public class IndexViewDataConstructors
IndexViewData()
Declaration
public IndexViewData()Properties
CommonItems
Declaration
public IEnumerable<LinkCommonData> CommonItems { get; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerable<LinkCommonData> | 
Count
Declaration
public int Count { get; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
DetailsItems
Declaration
public IEnumerable<LinkDetailsData> DetailsItems { get; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerable<LinkDetailsData> | 
PageNumber
Declaration
public int PageNumber { get; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
PageSize
Declaration
public int PageSize { get; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
ShowDetails
Declaration
public bool ShowDetails { get; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
