Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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.7
[Obsolete("The Episerver gadget framework has been deprecated so the External Link gadget will be removed after the upcoming major release.")]
public class IndexViewData

Constructors

Declaration
public IndexViewData()

Properties

Declaration
public IEnumerable<LinkCommonData> CommonItems { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<LinkCommonData>
Declaration
public int Count { get; }
Property Value
Type Description
System.Int32
Declaration
public IEnumerable<LinkDetailsData> DetailsItems { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<LinkDetailsData>
Declaration
public int PageNumber { get; }
Property Value
Type Description
System.Int32
Declaration
public int PageSize { get; }
Property Value
Type Description
System.Int32
Declaration
public bool ShowDetails { get; }
Property Value
Type Description
System.Boolean

Extension Methods