Click or drag to resize
MetaFileInfoGetDependencyCacheKeys Method

Note: This API is now obsolete.

Gets collection of dependency keys to be touched when modifying the current object.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use Generalized.GetCacheDependencies() instead.")]
public List<string> GetDependencyCacheKeys()

Return Value

Type: ListString
See Also