StorageProviderSyncRootManager.Register(StorageProviderSyncRootInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Registers a sync root with the operating system.
public:
static void Register(StorageProviderSyncRootInfo ^ syncRootInformation);
static void Register(StorageProviderSyncRootInfo const& syncRootInformation);
public static void Register(StorageProviderSyncRootInfo syncRootInformation);
function register(syncRootInformation)
Public Shared Sub Register (syncRootInformation As StorageProviderSyncRootInfo)
Parameters
- syncRootInformation
- StorageProviderSyncRootInfo
The sync root to register.
Remarks
Multiple sync roots cannot be registered with the same path.