Click or drag to resize

DocumentFinderGetSnapshotDocumentCount Method (Guid)

Returns number of documents in specified snapshot

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

Parameters

snapshotId
Type: SystemGuid
unique id of snapshot

Return Value

Type: Int32
number of documents
See Also