DocumentDependencyCacheKeysBuilderGetParentPathsDependencyCacheKeys Method |
Returns cache dependencies keys for all parent documents on give path.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public static List<string> GetParentPathsDependencyCacheKeys(
string siteName,
string path
)
Parameters
- siteName
- Type: SystemString
Site name. - path
- Type: SystemString
Page node alias path.
Return Value
Type:
ListStringSee Also