Click or drag to resize
AttachmentInfoProviderGetDependencyCacheKeys Method (IAttachment)
Gets the cache key dependencies array for the attachment (cache item keys affected when the attachment changes).

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public static string[] GetDependencyCacheKeys(
	IAttachment ai
)

Parameters

ai
Type: CMS.DocumentEngineIAttachment
Attachment

Return Value

Type: String
See Also