CachedDataManager.Store_Site_Map Method
Stores a site map navigational object for static web content pages
Namespace: SobekCM.Core.MemoryMgmtAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public static void Store_Site_Map(
SobekCM_SiteMap StoreObject,
string SiteMap_File,
Custom_Tracer Tracer
) |
Parameters
- StoreObject
- Type: SobekCM.Core.SiteMap..::..SobekCM_SiteMap
Sitemap object to be locally cached
- SiteMap_File
- Type: System..::..String
Name of the site map file which indicates the site map to retrieve from memory
- Tracer
- Type: SobekCM.Tools..::..Custom_Tracer
Trace object keeps a list of each method executed and important milestones in rendering
See Also