Click or drag to resize

DocumentFinderFindDocumentInSnapshot Method

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

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

Parameters

snapshotId
Type: SystemGuid
documentId
Type: SystemInt32

Return Value

Type: Int32
See Also