Click or drag to resize
DocumentDependencyCacheKeysBuilderGetChildNodesDependencyCacheKey Method
Returns the cache key for all children on given path.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public static string GetChildNodesDependencyCacheKey(
	string siteName,
	string path
)

Parameters

siteName
Type: SystemString
Site name.
path
Type: SystemString
Page node alias path.

Return Value

Type: String
See Also