You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: EssentialCSharp.Web/Services/SiteMappingService.cs
-125Lines changed: 0 additions & 125 deletions
Original file line number
Diff line number
Diff line change
@@ -51,128 +51,3 @@ private static IEnumerable<SiteMappingDto> GetItems(IEnumerable<SiteMapping> cha
51
51
});
52
52
}
53
53
}
54
-
55
-
/// <summary>
56
-
/// A model for a site mapping to transport between the tooling and the web app so the web app knows where to find the content a user is looking for.
57
-
/// </summary>
58
-
publicclassSiteMapping
59
-
{
60
-
/// <param name="keys">The key for the site mapping.</param>
61
-
/// <param name="pagePath">The path to the actual HTML page.</param>
62
-
/// <param name="chapterNumber">The chapter number of the content.</param>
63
-
/// <param name="pageNumber">The page number of the content.</param>
64
-
/// <param name="orderOnPage">A number indicating order on a page.</param>
65
-
/// <param name="chapterTitle">The title of the chapter.</param>
66
-
/// <param name="rawHeading">The raw heading of the content.</param>
67
-
/// <param name="anchorId">The anchor ID of the content. This allows you to know what anchors are on a page and get to that specific area.</param>
68
-
/// <param name="indentLevel">The indent level of the content. This is used to determine how the content is displayed in the table of contents.</param>
69
-
/// <param name="contentHash">A hash of the content. This is used to determine if the content has changed and needs to be updated.</param>
0 commit comments