StorageProviderSyncRootManager.IsSupported 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.
Verifies that the operating system supports registering cloud files sync roots.
public:
static bool IsSupported();
static bool IsSupported();
public static bool IsSupported();
function isSupported()
Public Shared Function IsSupported () As Boolean
Returns
Boolean
bool
Returns True if the operating system has been verified to register cloud files sync roots. Otherwise; False.
Windows requirements
Device family |
Windows 10, version 2004 (introduced in 10.0.19041.0)
|
API contract |
Windows.Storage.Provider.CloudFilesContract (introduced in v4.0)
|