pkar.UWP.OneDriveSync 1.2.1

Prefix Reserved
dotnet add package pkar.UWP.OneDriveSync --version 1.2.1
                    
NuGet\Install-Package pkar.UWP.OneDriveSync -Version 1.2.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="pkar.UWP.OneDriveSync" Version="1.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="pkar.UWP.OneDriveSync" Version="1.2.1" />
                    
Directory.Packages.props
<PackageReference Include="pkar.UWP.OneDriveSync" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add pkar.UWP.OneDriveSync --version 1.2.1
                    
#r "nuget: pkar.UWP.OneDriveSync, 1.2.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package pkar.UWP.OneDriveSync@1.2.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=pkar.UWP.OneDriveSync&version=1.2.1
                    
Install as a Cake Addin
#tool nuget:?package=pkar.UWP.OneDriveSync&version=1.2.1
                    
Install as a Cake Tool

This Nuget can be used to make OneDrive operations simpler.

Class ODclient

Function IsOneDriveOpened() As Boolean
Function GetRootAsync(bInApp As Boolean, bCanUseUI As Boolean) As IAsyncOperation(Of ODfolder)
Function GetRootAsync(bInApp As Boolean) As IAsyncOperation(Of ODfolder)
Function GetRootAsync() As IAsyncOperation(Of ODfolder)

Class ODfolder

Function GetFolderAsync(sName As String, bCreate As Boolean) As IAsyncOperation(Of ODfolder)
Function GetItemsAsStringsAsync(bFolders As Boolean, bFiles As Boolean) As IAsyncOperation(Of IList(Of String))
Function GetItemsAsItemsAsync(bFolders As Boolean, bFiles As Boolean) As IAsyncOperation(Of IList(Of ODfile))
Function GetFileAsync(sFilename As String, bCreate As Boolean) As IAsyncOperation(Of ODfile)
Function GetFileAsync(sFilename As String) As IAsyncOperation(Of ODfile)
Function RemoveFileAsync(sFilename As String) As IAsyncAction
Function RemoveFilesAsync(lFilesToDel As IList(Of String)) As IAsyncAction
Function CopyFileToOneDriveAsync(oFile As Windows.Storage.StorageFile) As IAsyncOperation(Of Boolean)
Function FileReadStringAsync(sFilename As String) As IAsyncOperation(Of String)
Function FileWriteStringAsync(sFilename As String, sContent As String) As IAsyncOperation(Of Boolean)

Class ODfile

Function GetName() As String
Function GetLastModDate() As DateTimeOffset
Function GetCreatedDate() As DateTimeOffset
// Function GetRandomAccessStreamAsync() As IAsyncOperation(Of RandomAccessStream)
Function WriteContentAsync(sTresc As String) As IAsyncOperation(Of Boolean)
Function ReadContentAsync() As IAsyncOperation(Of String)
Function GetLinkAsync() As IAsyncOperation(Of String)

Class OneDriveSync

Sub New(listaPlikow As IList(Of String), localFolder As Windows.Storage.StorageFolder)
Function ZalogujAsync(bCanUseUI As Boolean) As IAsyncOperation(Of Boolean)
Function SyncujAsync() As IAsyncOperation(Of String)
Function SyncujAsync(bUploadFirst As Boolean) As IAsyncOperation(Of String)
Function GetStatusPliku(fname As String) As Integer
Product Compatible and additional computed target framework versions.
Universal Windows Platform netcore50 is compatible.  uap was computed.  uap10.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.1 227 8/5/2025

first public release