Method | Description | |
---|---|---|
GetDirectories ( ) : IEnumerable |
List all directories directly parented to this directory.
|
|
GetDirectoryReference ( string ItemName ) : FileStoreDirectory |
Obtain a reference to a subdirectory by name.
|
|
GetFileReference ( string FileName ) : FileStoreFile |
Obtain a reference to a file by name.
|
|
GetFiles ( ) : IEnumerable |
List all files directly parented to this directory.
|
Method | Description | |
---|---|---|
AzureFileStoreDirectory ( Microsoft.WindowsAzure.Storage.Blob.CloudBlobDirectory Directory ) : System |
Instantiate a new AzureFileStoreDirectory from an Azure directory.
|
public GetDirectoryReference ( string ItemName ) : FileStoreDirectory | ||
ItemName | string | The name of the virtual /// subdirectory. |
return | FileStoreDirectory |
public GetFileReference ( string FileName ) : FileStoreFile | ||
FileName | string | A string containing the name of the /// file. |
return | FileStoreFile |