Show / Hide Table of Contents

Class SaveUrlDto

Inheritance
object
SaveUrlDto
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Urls
Assembly: DotNetNuke.dll
Syntax
public class SaveUrlDto

Constructors

SaveUrlDto()

Declaration
public SaveUrlDto()

Properties

Id

Declaration
public int Id { get; set; }
Property Value
Type Description
int

IsSystem

Declaration
public bool IsSystem { get; set; }
Property Value
Type Description
bool

LocaleKey

Declaration
public int LocaleKey { get; set; }
Property Value
Type Description
int

Path

Declaration
public string Path { get; set; }
Property Value
Type Description
string

QueryString

Declaration
public string QueryString { get; set; }
Property Value
Type Description
string

SiteAliasKey

Declaration
public int SiteAliasKey { get; set; }
Property Value
Type Description
int

SiteAliasUsage

Declaration
public int SiteAliasUsage { get; set; }
Property Value
Type Description
int

StatusCodeKey

Declaration
public int StatusCodeKey { get; set; }
Property Value
Type Description
int

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS