Cloud Storage Integrator - Online Help
Cloud Storage Integrator
Questions / Feedback?

CheckOut Method

Checks out a document.

Syntax

[VB.NET]
Public Sub CheckOut(ByVal RemoteFile As String)
[C#]
public void CheckOut(string remoteFile);

Remarks

Checking out a document prevents others from altering the document until you CheckIn your changes.

CheckOut does not retrieve data. The Get method can be used to retrieve the document contents.

NOTE: This method has a corresponding asynchronous version (CheckOutAsync) for use in the WinRT environment.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0