Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

Returns a CloudFile object that represents a file in this directory.

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

Syntax

 
public CloudFile GetFileReference(
	string fileName
)
 
public:
CloudFile^ GetFileReference(
	String^ fileName
)
 
member GetFileReference : 
        fileName:string -> CloudFile
 
Public Function GetFileReference (
	fileName As String
) As CloudFile

Parameters

fileName
Type: System.StringSystem::String^System.StringSystem.String

A String containing the name of the file.

Return to top