Click or drag to resize
AttachmentInfoProviderGetDependencyCacheKeys 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: 8.2.23
Syntax
C#
public static string[] GetDependencyCacheKeys(
	int documentId
)

Parameters

documentId
Type: SystemInt32
Attachment document ID

Return Value

Type: String
See Also