Interface IPreviewProfile
Namespace: DotNetNuke.Services.Mobile
Assembly: DotNetNuke.dll
Syntax
public interface IPreviewProfile
Properties
Height
Declaration
int Height { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Id
Declaration
int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Name
Declaration
string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PortalId
Declaration
int PortalId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
SortOrder
Declaration
int SortOrder { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
UserAgent
Declaration
string UserAgent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Width
Declaration
int Width { get; set; }
Property Value
| Type | Description |
|---|---|
| int |