DocumentFinderSnapshot(Guid, Boolean, Int32, Guid, Int32) Constructor

Initializes a new instance of the DocumentFinderSnapshot class

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public Snapshot(
	Guid snapshotId,
	bool includeDeleted,
	int linkedWithDocument,
	Guid workflowInstanceGuid,
	int folderId
)

Parameters

snapshotId  Guid
 
includeDeleted  Boolean
 
linkedWithDocument  Int32
 
workflowInstanceGuid  Guid
 
folderId  Int32
 

See Also