DocumentFinderFindDocumentVersionInSnapshot Method
            Find the index of a document with given version ID in the snapshot.
            
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[WebMethodAttribute(Description = "Find the index of a document with given version ID in the snapshot.")]
public int FindDocumentVersionInSnapshot(
	Guid snapshotId,
	int documentVersionId
)
- snapshotId  Guid
 - documentVersionId  Int32
 
Int32