Click or drag to resize

DocumentApi Constructor

Initializes a new instance of the DocumentApi class

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public DocumentApi(
	IFileStorage fileStorage,
	ISharedTokenRepository sharedTokenRepository,
	IFileScanRequestService fileScanRequestService
)

Parameters

fileStorage  IFileStorage
 
sharedTokenRepository  ISharedTokenRepository
 
fileScanRequestService  IFileScanRequestService
 
See Also