Class SaveUrlDto
Inheritance
System.Object
SaveUrlDto
Assembly: DotNetNuke.dll
Syntax
public class SaveUrlDto : object
Properties
|
Improve this Doc
View Source
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IsSystem
Declaration
public bool IsSystem { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LocaleKey
Declaration
public int LocaleKey { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Path
Declaration
public string Path { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
QueryString
Declaration
public string QueryString { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SiteAliasKey
Declaration
public int SiteAliasKey { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SiteAliasUsage
Declaration
public int SiteAliasUsage { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
StatusCodeKey
Declaration
public int StatusCodeKey { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Extension Methods