Class PreviewProfile
Inheritance
PreviewProfile
Assembly: DotNetNuke.dll
Syntax
public class PreviewProfile : IPreviewProfile, IHydratable
Constructors
PreviewProfile()
Declaration
Properties
Height
Declaration
public int Height { get; set; }
Property Value
Id
Declaration
public int Id { get; set; }
Property Value
KeyID
Declaration
public int KeyID { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
PortalId
Declaration
public int PortalId { get; set; }
Property Value
SortOrder
Declaration
public int SortOrder { get; set; }
Property Value
UserAgent
Declaration
public string UserAgent { get; set; }
Property Value
Width
Declaration
public int Width { get; set; }
Property Value
Methods
Fill(IDataReader)
Declaration
public void Fill(IDataReader dr)
Parameters
Implements
Extension Methods