Click or drag to resize
AlternativeUrlsCacheGetCacheDependencyForExistingAlternativeUrl Method
Returns cache dependency for given alternativeUrl and document.

Namespace: Kentico.Content.Web.Mvc.Routing
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
protected virtual CMSCacheDependency GetCacheDependencyForExistingAlternativeUrl(
	AlternativeUrlInfo alternativeUrl,
	TreeNode document
)

Parameters

alternativeUrl
Type: CMS.DocumentEngineAlternativeUrlInfo
document
Type: CMS.DocumentEngineTreeNode

Return Value

Type: CMSCacheDependency
Instance of CMSCacheDependency representing all cache dependencies.
See Also