Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudFileShare.GetRootDirectoryReference Method (Microsoft.WindowsAzure.Storage.File)

Returns a reference to the root directory for this share.

Namespace:   Microsoft.WindowsAzure.Storage.File
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public CloudFileDirectory GetRootDirectoryReference()
 
public:
CloudFileDirectory^ GetRootDirectoryReference()
 
member GetRootDirectoryReference : unit -> CloudFileDirectory
 
Public Function GetRootDirectoryReference As CloudFileDirectory
Return to top