DocumentDependencyCacheKeysBuilderGetPathDependencyCacheKeys Method (String, String, PathTypeEnum) |
Returns the cache dependencies keys array for document path.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public static List<string> GetPathDependencyCacheKeys(
string siteName,
string path,
PathTypeEnum type
)
Parameters
- siteName
- Type: SystemString
Site name. - path
- Type: SystemString
Document path. - type
- Type: CMS.DocumentEnginePathTypeEnum
Type of the path.
Return Value
Type:
ListStringSee Also