StorageProviderSyncRootManager.GetSyncRootInformationForId(String) 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.
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.