StorageProviderSyncRootManager.IsSupported Method

Definition

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)

Applies to

See also