Property | Type | Description | |
---|---|---|---|
GetFolderName | string | ||
GetNotFoundEntryByUrl | InfoCaster.Umbraco.UrlTracker.Models.UrlTrackerModel |
Method | Description | |
---|---|---|
AddGoneEntryByNodeId ( int nodeId ) : void | ||
AddUrlMapping ( IContent content, int rootNodeId, string url, AutoTrackingTypes type, bool isChild = false ) : bool | ||
AddUrlTrackerEntry ( InfoCaster.Umbraco.UrlTracker.Models.UrlTrackerModel urlTrackerModel ) : void | ||
ClearNotFoundEntries ( ) : void | ||
CreateUrlTrackerTable ( ) : void | ||
DeleteNotFoundEntriesByOldUrl ( string oldUrl ) : void | ||
DeleteNotFoundEntriesByRootAndOldUrl ( int redirectRootNodeId, string oldUrl ) : void | ||
DeleteUrlTrackerEntriesByNodeId ( int nodeId ) : void | ||
DeleteUrlTrackerEntry ( int id ) : void | ||
GetForcedRedirects ( ) : List |
||
GetNotFoundEntries ( ) : List |
||
GetNotFoundEntries ( int maximumRows, int startRowIndex, string sortExpression = "", string keyword = "" ) : List |
||
GetNotFoundEntries ( string sortExpression ) : List |
||
GetNotFoundEntries ( string sortExpression, string keyword = "" ) : List |
||
GetNotFoundEntryByRootAndUrl ( int redirectRootNodeId, string url ) : InfoCaster.Umbraco.UrlTracker.Models.UrlTrackerModel | ||
GetUrlTrackeOldTableExists ( ) : bool | ||
GetUrlTrackerEntries ( ) : List |
||
GetUrlTrackerEntries ( int maximumRows, int startRowIndex, string sortExpression = "", bool _404 = false, bool include410Gone = false, bool showAutoEntries = true, bool showCustomEntries = true, bool showRegexEntries = true, string keyword = "", bool onlyForcedRedirects = false ) : List |
||
GetUrlTrackerEntries ( string sortExpression ) : List |
||
GetUrlTrackerEntries ( string sortExpression = "", bool showAutoEntries = true, bool showCustomEntries = true, bool showRegexEntries = true, string keyword = "" ) : List |
||
GetUrlTrackerEntryById ( int id ) : InfoCaster.Umbraco.UrlTracker.Models.UrlTrackerModel | ||
GetUrlTrackerTableExists ( ) : bool | ||
HasInvalidEntries ( List |
||
HasNotFoundEntries ( ) : bool | ||
MigrateData ( ) : int | ||
ReloadForcedRedirectsCache ( ) : void | ||
UpdateUrlTrackerEntry ( InfoCaster.Umbraco.UrlTracker.Models.UrlTrackerModel urlTrackerModel ) : void | ||
UpdateUrlTrackerTable ( ) : void |
Method | Description | |
---|---|---|
GetFolderName ( ) : string | ||
GetNotFoundEntryByUrl ( string url ) : InfoCaster.Umbraco.UrlTracker.Models.UrlTrackerModel |
public static AddGoneEntryByNodeId ( int nodeId ) : void | ||
nodeId | int | |
return | void |
public static AddUrlMapping ( IContent content, int rootNodeId, string url, AutoTrackingTypes type, bool isChild = false ) : bool | ||
content | IContent | |
rootNodeId | int | |
url | string | |
type | AutoTrackingTypes | |
isChild | bool | |
return | bool |
public static AddUrlTrackerEntry ( InfoCaster.Umbraco.UrlTracker.Models.UrlTrackerModel urlTrackerModel ) : void | ||
urlTrackerModel | InfoCaster.Umbraco.UrlTracker.Models.UrlTrackerModel | |
return | void |
public static ClearNotFoundEntries ( ) : void | ||
return | void |
public static CreateUrlTrackerTable ( ) : void | ||
return | void |
public static DeleteNotFoundEntriesByOldUrl ( string oldUrl ) : void | ||
oldUrl | string | |
return | void |
public static DeleteNotFoundEntriesByRootAndOldUrl ( int redirectRootNodeId, string oldUrl ) : void | ||
redirectRootNodeId | int | |
oldUrl | string | |
return | void |
public static DeleteUrlTrackerEntriesByNodeId ( int nodeId ) : void | ||
nodeId | int | |
return | void |
public static DeleteUrlTrackerEntry ( int id ) : void | ||
id | int | |
return | void |
public static GetNotFoundEntries ( int maximumRows, int startRowIndex, string sortExpression = "", string keyword = "" ) : List |
||
maximumRows | int | |
startRowIndex | int | |
sortExpression | string | |
keyword | string | |
return | List |
public static GetNotFoundEntries ( string sortExpression ) : List |
||
sortExpression | string | |
return | List |
public static GetNotFoundEntries ( string sortExpression, string keyword = "" ) : List |
||
sortExpression | string | |
keyword | string | |
return | List |
public static GetNotFoundEntryByRootAndUrl ( int redirectRootNodeId, string url ) : InfoCaster.Umbraco.UrlTracker.Models.UrlTrackerModel | ||
redirectRootNodeId | int | |
url | string | |
return | InfoCaster.Umbraco.UrlTracker.Models.UrlTrackerModel |
public static GetUrlTrackeOldTableExists ( ) : bool | ||
return | bool |
public static GetUrlTrackerEntries ( ) : List |
||
return | List |
public static GetUrlTrackerEntries ( int maximumRows, int startRowIndex, string sortExpression = "", bool _404 = false, bool include410Gone = false, bool showAutoEntries = true, bool showCustomEntries = true, bool showRegexEntries = true, string keyword = "", bool onlyForcedRedirects = false ) : List |
||
maximumRows | int | |
startRowIndex | int | |
sortExpression | string | |
_404 | bool | |
include410Gone | bool | |
showAutoEntries | bool | |
showCustomEntries | bool | |
showRegexEntries | bool | |
keyword | string | |
onlyForcedRedirects | bool | |
return | List |
public static GetUrlTrackerEntries ( string sortExpression ) : List |
||
sortExpression | string | |
return | List |
public static GetUrlTrackerEntries ( string sortExpression = "", bool showAutoEntries = true, bool showCustomEntries = true, bool showRegexEntries = true, string keyword = "" ) : List |
||
sortExpression | string | |
showAutoEntries | bool | |
showCustomEntries | bool | |
showRegexEntries | bool | |
keyword | string | |
return | List |
public static GetUrlTrackerEntryById ( int id ) : InfoCaster.Umbraco.UrlTracker.Models.UrlTrackerModel | ||
id | int | |
return | InfoCaster.Umbraco.UrlTracker.Models.UrlTrackerModel |
public static GetUrlTrackerTableExists ( ) : bool | ||
return | bool |
public static HasInvalidEntries ( List |
||
invalidRowIds | List |
|
return | bool |
public static ReloadForcedRedirectsCache ( ) : void | ||
return | void |
public static UpdateUrlTrackerEntry ( InfoCaster.Umbraco.UrlTracker.Models.UrlTrackerModel urlTrackerModel ) : void | ||
urlTrackerModel | InfoCaster.Umbraco.UrlTracker.Models.UrlTrackerModel | |
return | void |
public static UpdateUrlTrackerTable ( ) : void | ||
return | void |