StorageProviderSyncRootManager.GetSyncRootInformationForFolder 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.
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.