Skip to content

Commit

Permalink
RootKey should be removed as Umbraco doesn't have GUIDs for the umbra…
Browse files Browse the repository at this point in the history
…coDomains table
  • Loading branch information
abjerner committed Jun 3, 2019
1 parent f36cb45 commit 7f1e7d8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/Skybrud.Umbraco.Redirects/Models/RedirectItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,6 @@ public int RootId {
set { Row.RootId = value; _rootNode = null; _rootNodeDomains = null; }
}

/// <summary>
/// Gets or sets the root node key of the redirect.
/// </summary>
[JsonProperty("rootKey")]
public Guid RootKey {
get => Row.RootKey;
set { Row.RootKey = value; _rootNode = null; _rootNodeDomains = null; }
}

/// <summary>
/// Gets the name of the root node, or <c>null</c> if a global redirect.
/// </summary>
Expand Down

0 comments on commit 7f1e7d8

Please sign in to comment.