StreamResponseExtensionsEasyCheckInFromFileSystemAsync Method (ServiceConnection, FileInfo, CheckInActionParameters)DocuWare Platform .NET API
Checks the specified file in.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.6
Syntax

C#
[DolphinAttribute]
public static Task<DeserializedHttpResponse<Document>> EasyCheckInFromFileSystemAsync(
	this ServiceConnection serviceConnection,
	FileInfo fileToCheckin,
	CheckInActionParameters checkInParams
)

Parameters

serviceConnection
Type: DocuWare.Platform.ServerClientServiceConnection
The service connection.
fileToCheckin
Type: System.IOFileInfo
The file to checkin.
checkInParams
Type: DocuWare.Platform.ServerClientCheckInActionParameters
The check in parameters.

Return Value

Type: TaskDeserializedHttpResponseDocument
A task producing the checked-in response of the check-in operation.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ServiceConnection. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Remarks

The name of fileToCheckin must be taken from EasyCheckOutToFileSystemAsync(ServiceConnection, String, Int32).
See Also

Reference