Click or drag to resize
AttachmentHistoryInfoProviderInitAttachmentOrderAndParametersInternal Method
Initializes sorting order of attachment histories.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual QueryDataParameters InitAttachmentOrderAndParametersInternal(
	Guid attachmentGuid,
	int versionHistoryId
)

Parameters

attachmentGuid
Type: SystemGuid
GUID of attachment history
versionHistoryId
Type: SystemInt32
ID of version history

Return Value

Type: QueryDataParameters
See Also