View Source
Class DocumentUrlDto
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class DocumentUrlDto
Fields
View Source
TableName
Declaration
public const string TableName = "umbracoDocumentUrl"
Field Value
Type |
Description |
System.String |
|
Properties
View Source
IsDraft
Declaration
public bool IsDraft { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
LanguageId
Declaration
public int LanguageId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
NodeId
Declaration
public int NodeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
UniqueId
Declaration
public Guid UniqueId { get; set; }
Property Value
View Source
UrlSegment
Declaration
public string UrlSegment { get; set; }
Property Value
Type |
Description |
System.String |
|