IStorageProviderStatusUISourceFactory.GetStatusUISource(String) Method

Definition

Returns the IStorageProviderStatusUISource for a cloud provider.

public:
 IStorageProviderStatusUISource ^ GetStatusUISource(Platform::String ^ syncRootId);
IStorageProviderStatusUISource GetStatusUISource(winrt::hstring const& syncRootId);
public IStorageProviderStatusUISource GetStatusUISource(string syncRootId);
function getStatusUISource(syncRootId)
Public Function GetStatusUISource (syncRootId As String) As IStorageProviderStatusUISource

Parameters

syncRootId
String

Platform::String

winrt::hstring

The sync root id is created by providers to register as a sync root. For more details, please refer to Integrate Cloud Storage.

Returns

IStorageProviderStatusUISource for a cloud provider.

Applies to

See also