Click or drag to resize
OutputHelperGetContextCacheString Method
Gets the context cache string for the given set of items.

Namespace: CMS.OutputFilter
Assembly: CMS.OutputFilter (in CMS.OutputFilter.dll) Version: 10.0.0
Syntax
C#
public static string GetContextCacheString(
	string items,
	ViewModeOnDemand viewMode,
	SiteNameOnDemand siteName
)

Parameters

items
Type: SystemString
Items to use in the cache string
viewMode
Type: CMS.PortalEngineViewModeOnDemand
View mode
siteName
Type: CMS.SiteProviderSiteNameOnDemand
Site name

Return Value

Type: String
See Also