Click or drag to resize
DocumentDependencyCacheKeysBuilderGetPathDependencyCacheKeys Method (String, String, String)
Returns the cache keys based on page path.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public static List<string> GetPathDependencyCacheKeys(
	string siteName,
	string path,
	string cultureCode = null
)

Parameters

siteName
Type: SystemString
Site name.
path
Type: SystemString
Page node alias path.
cultureCode (Optional)
Type: SystemString
Page culture code.

Return Value

Type: ListString
See Also