DocumentFinderFindDocumentInSnapshot Method

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

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Find the index of a document with given ID in the snapshot.")]
public int FindDocumentInSnapshot(
	Guid snapshotId,
	int documentId
)

Parameters

snapshotId  Guid
documentId  Int32

Return Value

Int32

See Also