StorageProviderSyncRootManager.GetSyncRootInformationForId(String) Method

Definition

Returns the properties of a Cloud Storage Provider's sync root given a sync root Id.

public:
 static StorageProviderSyncRootInfo ^ GetSyncRootInformationForId(Platform::String ^ id);
 static StorageProviderSyncRootInfo GetSyncRootInformationForId(winrt::hstring const& id);
public static StorageProviderSyncRootInfo GetSyncRootInformationForId(string id);
function getSyncRootInformationForId(id)
Public Shared Function GetSyncRootInformationForId (id As String) As StorageProviderSyncRootInfo

Parameters

id
String

Platform::String

winrt::hstring

A string value of the sync root Id.

Returns

The properties for the specified sync root.

Applies to