DocumentDependencyCacheKeysBuilderGetDependencyCacheKeys Method |
Returns cache dependencies keys for the documents set based on given parameters.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax 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:
ListStringSee Also