DocumentDependencyCacheKeysBuilderGetChildNodesDependencyCacheKey Method |
Returns the cache key for all children on given path.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public static string GetChildNodesDependencyCacheKey(
string siteName,
string path
)
Parameters
- siteName
- Type: SystemString
Site name. - path
- Type: SystemString
Page node alias path.
Return Value
Type:
StringSee Also