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