Click or drag to resize
DocumentDependencyCacheKeysBuilder.GetDependencyCacheKeys 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: System.String
Site name
classNames
Type: System.String
List of class names separated by semicolon. Pass null or empty string to cover all classes.
path
Type: System.String
Document path
groupId (Optional)
Type: System.Int32
Community group ID

Return Value

Type: List<String>
See Also