Sdílet prostřednictvím


StorageProviderSyncRootManager.GetSyncRootInformationForFolder Method

Definition

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

public:
 static StorageProviderSyncRootInfo ^ GetSyncRootInformationForFolder(IStorageFolder ^ folder);
 static StorageProviderSyncRootInfo GetSyncRootInformationForFolder(IStorageFolder const& folder);
public static StorageProviderSyncRootInfo GetSyncRootInformationForFolder(IStorageFolder folder);
function getSyncRootInformationForFolder(folder)
Public Shared Function GetSyncRootInformationForFolder (folder As IStorageFolder) As StorageProviderSyncRootInfo

Parameters

folder
IStorageFolder

The storage folder for the sync root.

Returns

The properties of a Cloud Storage Provider's sync root for the given storage folder.

Applies to