TeamsManagerBeginCheckInDocument Method

Quick check-in document with selected teams file

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Quick check-in document with selected teams file")]
public IAsyncResult BeginCheckInDocument(
	string driveId,
	string fileId,
	AsyncCallback callback,
	Object state
)

Parameters

driveId  String
 
fileId  String
 
callback  AsyncCallback
 
state  Object
 

Return Value

IAsyncResult

See Also