TreeProviderGetDocumentCacheDependencies Method |
Returns cache dependencies key for the specified document data source.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax public static string GetDocumentCacheDependencies(
string siteName,
string classNames,
string path,
int groupId
)
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
- Type: SystemInt32
Community group ID, zero if not available
Return Value
Type:
StringSee Also