Show / Hide Table of Contents

Class ContentPage

Inheritance
object
ContentPage
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Assets
Assembly: DotNetNuke.dll
Syntax
public class ContentPage

Constructors

ContentPage()

Declaration
public ContentPage()

Properties

Folder

Declaration
public IFolderInfo Folder { get; set; }
Property Value
Type Description
IFolderInfo

Items

Declaration
public ICollection<object> Items { get; set; }
Property Value
Type Description
ICollection<object>

TotalCount

Declaration
public int TotalCount { get; set; }
Property Value
Type Description
int

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS