Click or drag to resize
DocumentDependencyCacheKeysBuilderGetPathDependencyCacheKeys Method (String, String, PathTypeEnum)
Returns the cache dependencies keys array for document path.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
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: ListString
See Also