Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

IListFileItem.Parent Property (Microsoft.WindowsAzure.Storage.File)

Gets the file item's parent directory.

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

Syntax

 
CloudFileDirectory Parent { get; }
 
property CloudFileDirectory^ Parent {
	CloudFileDirectory^ get();
}
 
abstract Parent : CloudFileDirectory with get
 
ReadOnly Property Parent As CloudFileDirectory
Return to top