public class SharePoint extends Object
Constructor and Description |
---|
SharePoint(NetworkConnectionManager connection,
APISession apiSession) |
Modifier and Type | Method and Description |
---|---|
ProtectorDownloadTypeResultJson |
uploadExternalDocumentV30(String externalUuid,
String versionUuid,
File data)
Uploads an external file and returns JSON data about it.
|
public SharePoint(NetworkConnectionManager connection, APISession apiSession)
public ProtectorDownloadTypeResultJson uploadExternalDocumentV30(String externalUuid, String versionUuid, File data)
data
- The file to uploadexternalUuid
- uuid of the external fileversionUuid
- uuid of the version informationCopyright © 2019. All rights reserved.