TeamsManagerBeginUpdateDriveFiles Method

Update selected files in the team using latest versions of associated documents from the library

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Update selected files in the team using latest versions of associated documents from the library")]
public IAsyncResult BeginUpdateDriveFiles(
	TeamsSelection selection,
	AsyncCallback callback,
	Object state
)

Parameters

selection  TeamsSelection
 
callback  AsyncCallback
 
state  Object
 

Return Value

IAsyncResult

See Also