Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudFileDirectory.GetDirectoryReference Method (String) (Microsoft.WindowsAzure.Storage.File)

Returns a CloudFileDirectory object that represents a subdirectory within this directory.

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

Syntax

 
public CloudFileDirectory GetDirectoryReference(
	string itemName
)
 
public:
CloudFileDirectory^ GetDirectoryReference(
	String^ itemName
)
 
member GetDirectoryReference : 
        itemName:string -> CloudFileDirectory
 
Public Function GetDirectoryReference (
	itemName As String
) As CloudFileDirectory

Parameters

itemName
Type: System.StringSystem::String^System.StringSystem.String

A String containing the name of the subdirectory.

Return to top