Click or drag to resize

DocumentFinderFindDocumentInSnapshotHistory Method

Find the index of a document with given ID in the version history snapshot.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public int FindDocumentInSnapshotHistory(
	Guid snapshotId,
	int metadataDocumentId
)

Parameters

snapshotId
Type: SystemGuid
metadataDocumentId
Type: SystemInt32

Return Value

Type: Int32
See Also