StorageProviderSyncRootManager.Register(StorageProviderSyncRootInfo) Method

Definition

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.

Applies to