TeamsManagerBeginAddDriveFile Method
Add selected library document to the team and check out optionally
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[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
)
- folderId Int32
-
- metadataVersionId Int32
-
- checkOut Boolean
-
- callback AsyncCallback
-
- state Object
-
IAsyncResult