Method | Description | |
---|---|---|
CachedDataManager_WebContentServices ( SobekCM.Core.MemoryMgmt.CachedDataManager_Settings Settings ) : System |
Constructor for a new instance of the CachedDataManager_WebContentServices class.
|
|
Clear_All_Content_NextLevel ( ) : void |
Clear the list of possible next level from an existing point in the web content entities, including pages and redirects, hierarchy
|
|
Clear_All_Pages_NextLevel ( ) : void |
Clear the list of possible next level from an existing point in the page hierarchy
|
|
Clear_All_Redirects_NextLevel ( ) : void |
Clear the list of possible next level from an existing point in the redirect hierarchy
|
|
Clear_All_Web_Content_Lists ( ) : void |
Clear the raw data global list of all web content entities, including pages and redirects (engine side)
|
|
Clear_All_Web_Content_Pages ( ) : void |
Clear the raw data global list of all web content pages, excluding redirects (engine side)
|
|
Clear_Global_Recent_Updates ( ) : void |
Clear the raw data global list of recent updates to top-level static web content pages from the cache (engine side)
|
|
Clear_Global_Recent_Updates_NextLevel ( ) : void |
Clear the list of possible next level from an existing page in the recent updates
|
|
Clear_Global_Recent_Updates_Users ( ) : void |
Clear the list of all users that have participated in the recent updates to all top-level static web content pages
|
|
Clear_Global_Usage_Report ( ) : void |
Clear all global raw data usage reports from the cache (engine side )
|
|
Clear_Global_Usage_Report_NextLevel ( ) : void |
Clear the list of possible next level from an existing used page in a global usage report for a date range
|
|
Clear_Has_Content_Flag ( ) : void |
Clear the flag indicating if there are any web content entities, including pages and redirects
|
|
Clear_Has_Content_Pages_Flag ( ) : void |
Clear the flag indicating if there are any global recent updates to the web content entities (pages and redirects)
|
|
Clear_Has_Global_Recent_Udpates_Flag ( ) : void |
Clear the flag indicating if there are any global recent updates to the web content entities (pages and redirects)
|
|
Clear_Has_Global_Usage_Flag ( ) : void |
Clear the flag indicating if any usage has been reported for this instance's web content entities (pages and redirects)
|
|
Clear_Has_Redirects_Flag ( ) : void |
Clear the flag indicating if there are any global redirects within the web content system
|
|
Clear_Hierarchy ( ) : void |
Clear the complete hierarchy of non-aggregational static web content pages and redirects, used for navigation
|
|
Clear_Page_Details ( ) : void |
Clears all the web content page (or redirect) detail objects that are currently cached (engine and client side)
|
|
Clear_Page_Details ( int WebContentID ) : void |
Clears a single web content page (or redirect) detail objects that is currently cached (engine and client side)
|
|
Clear_Redirects ( ) : void |
Clear the raw data list of global redirects (engine side)
|
|
Clear_Special_Missing_Page ( |
Clear the special missing page from the cache
|
|
Retrieve_All_Content_NextLevel ( |
Retrieves the list of possible next level from an existing point in the web content entities, including pages and redirects, hierarchy
|
|
Retrieve_All_Controlled_Javascript ( |
Retrieves the list of all the controlled javascript files within the system
|
|
Retrieve_All_Controlled_Stylesheets ( |
Retrieves the list of all the controlled CSS stylesheet files within the system
|
|
Retrieve_All_Pages_NextLevel ( |
Retrieves the list of possible next level from an existing point in the page hierarchy
|
|
Retrieve_All_Redirects_NextLevel ( |
Retrieves the list of possible next level from an existing point in the redirect hierarchy
|
|
Retrieve_All_Sitemaps ( |
Retrieves the list of all the sitemaps within the system
|
|
Retrieve_All_Web_Content ( |
Retrieves the raw data list of web content entities, including pages and redirects (engine side)
|
|
Retrieve_All_Web_Content_Pages ( |
Retrieves the raw data list of web content pages, excluding redirects (engine side)
|
|
Retrieve_Global_Recent_Updates ( |
Retrieves the raw data list of recent updates to all the top-level web content pages (engine side)
|
|
Retrieve_Global_Recent_Updates_NextLevel ( |
Retrieves the list of possible next level from an existing page in the recent updates
|
|
Retrieve_Global_Recent_Updates_Users ( |
Retrieves the list of all users that have participated in the recent updates to all top-level static web content pages
|
|
Retrieve_Global_Usage_Report ( int Year1, int Month1, int Year2, int Month2, |
Retrieves the raw data global web content usage report between two dates (engine side)
|
|
Retrieve_Global_Usage_Report_NextLevel ( |
Retrieves the list of possible next level from an existing used page in a global usage report for a date range
|
|
Retrieve_Has_Content_Flag ( |
Retrieves the flag indicating if there are any web content entities, including pages and redirects
|
|
Retrieve_Has_Content_Pages_Flag ( |
Retrieves the flag indicating if there are any web content pages (excluding redirects)
|
|
Retrieve_Has_Global_Recent_Updates_Flag ( |
Retrieves the flag indicating if there are any global recent updates to the web content entities (pages and redirects)
|
|
Retrieve_Has_Global_Usage_Flag ( |
Retrieves the flag indicating if any usage has been reported for this instance's web content entities (pages and redirects)
|
|
Retrieve_Has_Redirects_Flag ( |
Retrieves the flag indicating if there are any global redirects within the web content system
|
|
Retrieve_Hierarchy ( |
Retrieves the complete hierarchy of non-aggregational static web content pages and redirects, used for navigation By default, this method is not used, but is exposed for others that are utilizing the engine client code |
|
Retrieve_Page_Details ( int WebContentID, |
Retrieves a fully built non-aggregational static web content page (engine and client side)
|
|
Retrieve_Redirects ( |
Retrieves the raw data list of global redirects (engine side)
|
|
Retrieve_Special_Missing_Page ( |
Retrieves the special missing web content page, used when a requested resource is missing (engine and client side)
|
|
Store_All_Content_NextLevel ( List |
Stores the list of possible next level from an existing point in the web content entities, including pages and redirects, hierarchy
|
|
Store_All_Controlled_Javascript ( List |
Stores the list of all controlled javascript files within the system
|
|
Store_All_Controlled_Stylesheets ( List |
Stores the list of all controlled CSS stylesheet files within the system
|
|
Store_All_Pages_NextLevel ( List |
Stores the list of possible next level from an existing point in the page hierarchy
|
|
Store_All_Redirects_NextLevel ( List |
Stores the list of possible next level from an existing point in the redirect hierarchy
|
|
Store_All_Sitemaps ( List |
Stores the list of all the sitemaps within the system
|
|
Store_All_Web_Content ( |
Stores the raw data list of all top-level web content entities, including pages and redirects (engine side)
|
|
Store_All_Web_Content_Pages ( |
Stores the raw data list of all top-level web content pages, excluding redirects (engine side)
|
|
Store_Global_Recent_Updates ( |
Stores the raw data list of recent updates to all the top-level web content pages (engine side)
|
|
Store_Global_Recent_Updates_NextLevel ( List |
Stores the list of possible next level from an existing page in the recent updates
|
|
Store_Global_Recent_Updates_Users ( List |
Stores the list of all users that have participated in the recent updates to all top-level static web content pages
|
|
Store_Global_Usage_Report ( |
Stores a pulled usage statistics raw data report across all web content pages (engine side)
|
|
Store_Global_Usage_Report_NextLevel ( List |
Stores the list of possible next level from an existing used page in a global usage report for a date range
|
|
Store_Has_Content_Flag ( bool StoreObject, |
Stores the flag indicating if there are any web content entities, including pages and redirects
|
|
Store_Has_Content_Pages_Flag ( bool StoreObject, |
Stores the flag indicating if there are any web content pages (excluding redirects)
|
|
Store_Has_Global_Recent_Updates_Flag ( bool StoreObject, |
Stores the flag indicating if there are any global recent updates to the web content entities (pages and redirects)
|
|
Store_Has_Global_Usage_Flag ( bool StoreObject, |
Stores the flag indicating if any usage has been reported for this instance's web content entities (pages and redirects)
|
|
Store_Has_Redirects_Flag ( bool StoreObject, |
Stores the flag indicating if there are any global redirects within the web content system
|
|
Store_Hierarchy ( |
Stores the complete hierarchy of non-aggregational static web content pages and redirects, used for navigation
|
|
Store_Page_Details ( |
Stores a fully built non-aggregational static web content page (engine and client side)
|
|
Store_Redirects ( |
Stores the raw data list of global redirects (engine side)
|
|
Store_Special_Missing_Page ( |
Stores the special missing web content page, used when a requested resource is missing (engine and client side)
|
public CachedDataManager_WebContentServices ( SobekCM.Core.MemoryMgmt.CachedDataManager_Settings Settings ) : System | ||
Settings | SobekCM.Core.MemoryMgmt.CachedDataManager_Settings | Cached data manager settings object |
return | System |
public Clear_All_Content_NextLevel ( ) : void | ||
return | void |
public Clear_All_Redirects_NextLevel ( ) : void | ||
return | void |
public Clear_All_Web_Content_Lists ( ) : void | ||
return | void |
public Clear_All_Web_Content_Pages ( ) : void | ||
return | void |
public Clear_Global_Recent_Updates ( ) : void | ||
return | void |
public Clear_Global_Recent_Updates_NextLevel ( ) : void | ||
return | void |
public Clear_Global_Recent_Updates_Users ( ) : void | ||
return | void |
public Clear_Global_Usage_Report_NextLevel ( ) : void | ||
return | void |
public Clear_Has_Content_Pages_Flag ( ) : void | ||
return | void |
public Clear_Has_Global_Recent_Udpates_Flag ( ) : void | ||
return | void |
public Clear_Has_Global_Usage_Flag ( ) : void | ||
return | void |
public Clear_Page_Details ( int WebContentID ) : void | ||
WebContentID | int | Primary key for the web content page to clear |
return | void |
public Clear_Special_Missing_Page ( |
||
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |
public Retrieve_All_Content_NextLevel ( |
||
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
Level1 | string | (Optional) First level of URL for the updated web content entity, if looking for children of a page |
Level2 | string | (Optional) Second level of URL for the updated web content entity, if looking for children of a page |
Level3 | string | (Optional) Third level of URL for the updated web content entity, if looking for children of a page |
Level4 | string | (Optional) Fourth level of URL for the updated web content entity, if looking for children of a page |
Level5 | string | (Optional) Fifth level of URL for the updated web content entity, if looking for children of a page |
Level6 | string | (Optional) Sixth level of URL for the updated web content entity, if looking for children of a page |
Level7 | string | (Optional) Seventh level of URL for the updated web content entity, if looking for children of a page |
Level8 | string | (Optional) Eighth level of URL for the updated web content entity, if looking for children of a page |
return | List |
public Retrieve_All_Controlled_Javascript ( |
||
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | List |
public Retrieve_All_Controlled_Stylesheets ( |
||
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | List |
public Retrieve_All_Pages_NextLevel ( |
||
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
Level1 | string | (Optional) First level of URL for the updated web content entity, if looking for children of a page |
Level2 | string | (Optional) Second level of URL for the updated web content entity, if looking for children of a page |
Level3 | string | (Optional) Third level of URL for the updated web content entity, if looking for children of a page |
Level4 | string | (Optional) Fourth level of URL for the updated web content entity, if looking for children of a page |
Level5 | string | (Optional) Fifth level of URL for the updated web content entity, if looking for children of a page |
Level6 | string | (Optional) Sixth level of URL for the updated web content entity, if looking for children of a page |
Level7 | string | (Optional) Seventh level of URL for the updated web content entity, if looking for children of a page |
Level8 | string | (Optional) Eighth level of URL for the updated web content entity, if looking for children of a page |
return | List |
public Retrieve_All_Redirects_NextLevel ( |
||
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
Level1 | string | (Optional) First level of URL for the updated web content entity, if looking for children of a page |
Level2 | string | (Optional) Second level of URL for the updated web content entity, if looking for children of a page |
Level3 | string | (Optional) Third level of URL for the updated web content entity, if looking for children of a page |
Level4 | string | (Optional) Fourth level of URL for the updated web content entity, if looking for children of a page |
Level5 | string | (Optional) Fifth level of URL for the updated web content entity, if looking for children of a page |
Level6 | string | (Optional) Sixth level of URL for the updated web content entity, if looking for children of a page |
Level7 | string | (Optional) Seventh level of URL for the updated web content entity, if looking for children of a page |
Level8 | string | (Optional) Eighth level of URL for the updated web content entity, if looking for children of a page |
return | List |
public Retrieve_All_Sitemaps ( |
||
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | List |
public Retrieve_All_Web_Content ( |
||
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return |
public Retrieve_All_Web_Content_Pages ( |
||
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return |
public Retrieve_Global_Recent_Updates ( |
||
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return |
public Retrieve_Global_Recent_Updates_NextLevel ( |
||
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
Level1 | string | (Optional) First level of URL for the updated web content entity, if looking for children of a page |
Level2 | string | (Optional) Second level of URL for the updated web content entity, if looking for children of a page |
Level3 | string | (Optional) Third level of URL for the updated web content entity, if looking for children of a page |
Level4 | string | (Optional) Fourth level of URL for the updated web content entity, if looking for children of a page |
Level5 | string | (Optional) Fifth level of URL for the updated web content entity, if looking for children of a page |
Level6 | string | (Optional) Sixth level of URL for the updated web content entity, if looking for children of a page |
Level7 | string | (Optional) Seventh level of URL for the updated web content entity, if looking for children of a page |
Level8 | string | (Optional) Eighth level of URL for the updated web content entity, if looking for children of a page |
return | List |
public Retrieve_Global_Recent_Updates_Users ( |
||
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | List |
public Retrieve_Global_Usage_Report ( int Year1, int Month1, int Year2, int Month2, |
||
Year1 | int | Start year of the year/month range for these usage stats |
Month1 | int | Start month of the year/month range for these usage stats |
Year2 | int | End year of the year/month range for these usage stats |
Month2 | int | End month of the year/month range for these usage stats |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return |
public Retrieve_Global_Usage_Report_NextLevel ( |
||
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
Year1 | int | Start year of the year/month range for these usage stats |
Month1 | int | Start month of the year/month range for these usage stats |
Year2 | int | End year of the year/month range for these usage stats |
Month2 | int | End month of the year/month range for these usage stats |
Level1 | string | (Optional) First level of URL for the updated web content entity, if looking for children of a page |
Level2 | string | (Optional) Second level of URL for the updated web content entity, if looking for children of a page |
Level3 | string | (Optional) Third level of URL for the updated web content entity, if looking for children of a page |
Level4 | string | (Optional) Fourth level of URL for the updated web content entity, if looking for children of a page |
Level5 | string | (Optional) Fifth level of URL for the updated web content entity, if looking for children of a page |
Level6 | string | (Optional) Sixth level of URL for the updated web content entity, if looking for children of a page |
Level7 | string | (Optional) Seventh level of URL for the updated web content entity, if looking for children of a page |
Level8 | string | (Optional) Eighth level of URL for the updated web content entity, if looking for children of a page |
return | List |
public Retrieve_Has_Content_Flag ( |
||
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | bool? |
public Retrieve_Has_Content_Pages_Flag ( |
||
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | bool? |
public Retrieve_Has_Global_Recent_Updates_Flag ( |
||
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | bool? |
public Retrieve_Has_Global_Usage_Flag ( |
||
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | bool? |
public Retrieve_Has_Redirects_Flag ( |
||
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | bool? |
public Retrieve_Hierarchy ( |
||
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return |
public Retrieve_Page_Details ( int WebContentID, |
||
WebContentID | int | Primary key for this web content page (or redirect) |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return |
public Retrieve_Redirects ( |
||
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return |
public Retrieve_Special_Missing_Page ( |
||
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return |
public Store_All_Content_NextLevel ( List |
||
StoreObject | List |
List of next level values |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
Level1 | string | (Optional) First level of URL for the updated web content entity, if looking for children of a page |
Level2 | string | (Optional) Second level of URL for the updated web content entity, if looking for children of a page |
Level3 | string | (Optional) Third level of URL for the updated web content entity, if looking for children of a page |
Level4 | string | (Optional) Fourth level of URL for the updated web content entity, if looking for children of a page |
Level5 | string | (Optional) Fifth level of URL for the updated web content entity, if looking for children of a page |
Level6 | string | (Optional) Sixth level of URL for the updated web content entity, if looking for children of a page |
Level7 | string | (Optional) Seventh level of URL for the updated web content entity, if looking for children of a page |
Level8 | string | (Optional) Eighth level of URL for the updated web content entity, if looking for children of a page |
return | void |
public Store_All_Controlled_Javascript ( List |
||
StoreObject | List |
List of controlled javascript files within the system |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |
public Store_All_Controlled_Stylesheets ( List |
||
StoreObject | List |
List of controlled CSS stylesheet files within the system |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |
public Store_All_Pages_NextLevel ( List |
||
StoreObject | List |
List of next level values |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
Level1 | string | (Optional) First level of URL for the updated web content entity, if looking for children of a page |
Level2 | string | (Optional) Second level of URL for the updated web content entity, if looking for children of a page |
Level3 | string | (Optional) Third level of URL for the updated web content entity, if looking for children of a page |
Level4 | string | (Optional) Fourth level of URL for the updated web content entity, if looking for children of a page |
Level5 | string | (Optional) Fifth level of URL for the updated web content entity, if looking for children of a page |
Level6 | string | (Optional) Sixth level of URL for the updated web content entity, if looking for children of a page |
Level7 | string | (Optional) Seventh level of URL for the updated web content entity, if looking for children of a page |
Level8 | string | (Optional) Eighth level of URL for the updated web content entity, if looking for children of a page |
return | void |
public Store_All_Redirects_NextLevel ( List |
||
StoreObject | List |
List of next level values |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
Level1 | string | (Optional) First level of URL for the updated web content entity, if looking for children of a page |
Level2 | string | (Optional) Second level of URL for the updated web content entity, if looking for children of a page |
Level3 | string | (Optional) Third level of URL for the updated web content entity, if looking for children of a page |
Level4 | string | (Optional) Fourth level of URL for the updated web content entity, if looking for children of a page |
Level5 | string | (Optional) Fifth level of URL for the updated web content entity, if looking for children of a page |
Level6 | string | (Optional) Sixth level of URL for the updated web content entity, if looking for children of a page |
Level7 | string | (Optional) Seventh level of URL for the updated web content entity, if looking for children of a page |
Level8 | string | (Optional) Eighth level of URL for the updated web content entity, if looking for children of a page |
return | void |
public Store_All_Sitemaps ( List |
||
StoreObject | List |
List of sitemaps within the system |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |
public Store_All_Web_Content ( |
||
StoreObject | Data set of all the web content pages and redirects | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |
public Store_All_Web_Content_Pages ( |
||
StoreObject | Data set of all the web content pages | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |
public Store_Global_Recent_Updates ( |
||
StoreObject | Data set of all the recent updates | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |
public Store_Global_Recent_Updates_NextLevel ( List |
||
StoreObject | List |
List of next level values |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
Level1 | string | (Optional) First level of URL for the updated web content entity, if looking for children of a page |
Level2 | string | (Optional) Second level of URL for the updated web content entity, if looking for children of a page |
Level3 | string | (Optional) Third level of URL for the updated web content entity, if looking for children of a page |
Level4 | string | (Optional) Fourth level of URL for the updated web content entity, if looking for children of a page |
Level5 | string | (Optional) Fifth level of URL for the updated web content entity, if looking for children of a page |
Level6 | string | (Optional) Sixth level of URL for the updated web content entity, if looking for children of a page |
Level7 | string | (Optional) Seventh level of URL for the updated web content entity, if looking for children of a page |
Level8 | string | (Optional) Eighth level of URL for the updated web content entity, if looking for children of a page |
return | void |
public Store_Global_Recent_Updates_Users ( List |
||
StoreObject | List |
List of users that recently updated a web content page |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |
public Store_Global_Usage_Report ( |
||
StoreObject | Data set of the usage | |
Year1 | int | Start year of the year/month range for these usage stats |
Month1 | int | Start month of the year/month range for these usage stats |
Year2 | int | End year of the year/month range for these usage stats |
Month2 | int | End month of the year/month range for these usage stats |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |
public Store_Global_Usage_Report_NextLevel ( List |
||
StoreObject | List |
List of next level values |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
Year1 | int | Start year of the year/month range for these usage stats |
Month1 | int | Start month of the year/month range for these usage stats |
Year2 | int | End year of the year/month range for these usage stats |
Month2 | int | End month of the year/month range for these usage stats |
Level1 | string | (Optional) First level of URL for the updated web content entity, if looking for children of a page |
Level2 | string | (Optional) Second level of URL for the updated web content entity, if looking for children of a page |
Level3 | string | (Optional) Third level of URL for the updated web content entity, if looking for children of a page |
Level4 | string | (Optional) Fourth level of URL for the updated web content entity, if looking for children of a page |
Level5 | string | (Optional) Fifth level of URL for the updated web content entity, if looking for children of a page |
Level6 | string | (Optional) Sixth level of URL for the updated web content entity, if looking for children of a page |
Level7 | string | (Optional) Seventh level of URL for the updated web content entity, if looking for children of a page |
Level8 | string | (Optional) Eighth level of URL for the updated web content entity, if looking for children of a page |
return | void |
public Store_Has_Content_Flag ( bool StoreObject, |
||
StoreObject | bool | Flag indicating if there are any web content entities, including pages and redirects |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |
public Store_Has_Content_Pages_Flag ( bool StoreObject, |
||
StoreObject | bool | Flag indicating if there are any web content pages |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |
public Store_Has_Global_Recent_Updates_Flag ( bool StoreObject, |
||
StoreObject | bool | Flag indicating if there are recent updates |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |
public Store_Has_Global_Usage_Flag ( bool StoreObject, |
||
StoreObject | bool | Flag indicating if there has been any usage |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |
public Store_Has_Redirects_Flag ( bool StoreObject, |
||
StoreObject | bool | Flag indicating if there are any redirects |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |
public Store_Hierarchy ( |
||
StoreObject | List of next level values | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |
public Store_Page_Details ( |
||
StoreObject | Fully built web content page (or redirect) object | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |
public Store_Redirects ( |
||
StoreObject | Data set of all the global redirects | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |
public Store_Special_Missing_Page ( |
||
StoreObject | Fully built web content page (or redirect) object | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |