Click or drag to resize
DocumentDependencyCacheKeysBuilderGetDependencyCacheKeys Method
Returns cache dependencies keys for the documents set based on given parameters.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
public static List<string> GetDependencyCacheKeys(
	string siteName,
	string classNames,
	string path,
	int groupId = 0
)

Parameters

siteName
Type: SystemString
Site name
classNames
Type: SystemString
List of class names separated by semicolon. Pass null or empty string to cover all classes.
path
Type: SystemString
Document path
groupId (Optional)
Type: SystemInt32
Community group ID

Return Value

Type: ListString
See Also