Programming
-
Creating Virtual File System in .NET
In this article we will describe how to create a virtual file system in .NET with basic functionality such as on-demand folder content listing (population), on-demand file content hydration, offline files support and client-to-server synchronization. ...
-
Incoming Synchronization
In this article we describe a cross-platform remote storage to user file system synchronization (incoming synchronization) approach based on Sync ID algorithm. After the initial on-demand population and hydration the folder listing and file content ...
-
Implementing Thumbnails Support in Virtual File System
The IT Hit User File System provides integrated thumbnails support on both Windows and macOS. Below we will describe how to implement thumbnails that are displayed in both Windows Explorer and macOS Finder. Note that Windows requires additional steps ...
-
Creating Custom Context Menu
The IT Hit User File System supports creating custom context menus on both Windows and macOS. In this article we describe steps that are common for both platforms. Each platform requires additional steps for registering the menu described in these ar ...
-
Programming Virtual File System .NET for Windows Platform
This section contains articles about programming Virtual File System in .NET for Windows platform.
-
Programming Virtual File System in .NET for macOS Platform
This section contains articles about programming Virtual File System in .NET for macOS platform.
-
Cloud Files API Frequently Asked Questions
What is On-Demand Loading? On-demand loading allows the partial download of the remote storage file system, that was requested by the applications(s) on the client machine. While your entire remote storage may contain a lot of data and large folders ...
-
Upgrading User File System to the New Version
In this section, you will find articles upgrading your User File System to the new version.
-
Previous Versions