Class DocumentUrlAliasRaw
Raw alias data from a direct SQL query.
Inheritance
object
Namespace: Umbraco.Cms.Core.Persistence.Repositories
Assembly: Umbraco.Core.dll
Syntax
public class DocumentUrlAliasRaw
Constructors
View SourceDocumentUrlAliasRaw()
Declaration
public DocumentUrlAliasRaw()
Properties
View SourceAliasValue
Gets or sets the raw alias value (may be comma-separated).
Declaration
public string AliasValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DocumentKey
Gets or sets the document key.
Declaration
public Guid DocumentKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
LanguageId
Gets or sets the language ID (null for invariant).
Declaration
public int? LanguageId { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |