Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

IListFileItem Interface (Microsoft.WindowsAzure.Storage.File)

Represents an item that may be returned by a file listing operation.

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

Syntax

 
public interface IListFileItem
 
public interface class IListFileItem
 
type IListFileItem = interface end
 
Public Interface IListFileItem

Properties

NameDescription
System_CAPS_pubpropertyParentParentParentParent

Gets the file item's parent directory.

System_CAPS_pubpropertyShareShareShareShare

Gets the file item's share.

System_CAPS_pubpropertyStorageUriStorageUriStorageUriStorageUri

Gets the URI to the file item.

System_CAPS_pubpropertyUriUriUriUri

Gets the URI to the file item.

Return to top