Class ContentPage
Inheritance
System.Object
ContentPage
Assembly: DotNetNuke.dll
Syntax
public class ContentPage : object
Properties
|
Improve this Doc
View Source
Folder
Declaration
public IFolderInfo Folder { get; set; }
Property Value
|
Improve this Doc
View Source
Items
Declaration
public ICollection<object> Items { get; set; }
Property Value
Type |
Description |
ICollection<System.Object> |
|
|
Improve this Doc
View Source
TotalCount
Declaration
public int TotalCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Extension Methods