TeamsManagerBeginAddDriveFile Method

Add selected library document to the team and check out optionally

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Add selected library document to the team and check out optionally")]
public IAsyncResult BeginAddDriveFile(
	int folderId,
	int metadataVersionId,
	bool checkOut,
	AsyncCallback callback,
	Object state
)

Parameters

folderId  Int32
 
metadataVersionId  Int32
 
checkOut  Boolean
 
callback  AsyncCallback
 
state  Object
 

Return Value

IAsyncResult

See Also