Class ContentPage
Inherited Members
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 |