TeamsManagerBeginAddDriveDocument Method

Add selected team file to the library

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Add selected team file to the library")]
public IAsyncResult BeginAddDriveDocument(
	AddDriveDocumentInfo info,
	AsyncCallback callback,
	Object state
)

Parameters

info  AddDriveDocumentInfo
 
callback  AsyncCallback
 
state  Object
 

Return Value

IAsyncResult

See Also