Click or drag to resize
AvatarInfoGetDependencyCacheKeys Method (String, String)
Gets collection of dependency keys to be touched when modifying the current object.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 10.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