Click or drag to resize
OutputHelperGetOutputCacheKeyInternal Method
Gets the output cache key for the request.

Namespace: CMS.OutputFilter
Assembly: CMS.OutputFilter (in CMS.OutputFilter.dll) Version: 10.0.0
Syntax
C#
protected virtual string GetOutputCacheKeyInternal(
	ViewModeOnDemand viewMode,
	SiteNameOnDemand siteName
)

Parameters

viewMode
Type: CMS.PortalEngineViewModeOnDemand
View mode
siteName
Type: CMS.SiteProviderSiteNameOnDemand
Site name

Return Value

Type: String
See Also