Click or drag to resize
DocumentDependencyCacheKeysBuilderGetParentPathsDependencyCacheKeys Method
Returns cache dependencies keys for all parent documents on give path.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
public static List<string> GetParentPathsDependencyCacheKeys(
	string siteName,
	string path
)

Parameters

siteName
Type: SystemString
Site name
path
Type: SystemString
Document path

Return Value

Type: ListString
See Also