Changes

Internal:DownloadDocument

73 bytes added, 10:51, 28 November 2016
<syntaxhighlight lang="csharp">
// Copy Download a document from Cloud to a local drive
// sourceFullPath: e.g. via obj.TryGetValue<string>("FULLPATH", out localFullPath))
// localTargetFullPath: path on local disc (directories must exist!)
public bool CloudDownload(UBIKEnvironment environment, string sourceFullPath, string localTargetFullPath)
{
10,686
edits