Click or drag to resize
ForumAttachmentInfoGetDependencyCacheKeys Method (String, String)
Gets the array of dependency cache keys for current object.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
protected override List<string> GetDependencyCacheKeys(
	string key,
	string context
)

Parameters

key
Type: SystemString
Cache key
context
Type: SystemString
Cache context

Return Value

Type: ListString
See Also