Click or drag to resize
AttachmentInfoProviderGetDependencyCacheKeysInternal Method (AttachmentInfo)
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: 9.0.0
Syntax
C#
protected virtual string[] GetDependencyCacheKeysInternal(
	AttachmentInfo ai
)

Parameters

ai
Type: CMS.DocumentEngineAttachmentInfo
Attachment

Return Value

Type: String
See Also