Click or drag to resize
AttachmentInfoProviderGetDependencyCacheKeysInternal Method (Int32)
Gets the cache key dependencies array for the attachment order change (cache item keys affected when the attachment order changes).

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
protected virtual string[] GetDependencyCacheKeysInternal(
	int documentId
)

Parameters

documentId
Type: SystemInt32
Attachment document ID

Return Value

Type: String
See Also