C# Class Two10.AzureFileDrive.Extensions

Datei anzeigen Open project: richorama/AzureFileDrive

Public Methods

Method Description
GetDirectoryReference ( Microsoft.WindowsAzure.Storage.File.CloudFileDirectory parent, string path ) : Microsoft.WindowsAzure.Storage.File.CloudFileDirectory
GetFileReference ( Microsoft.WindowsAzure.Storage.File.CloudFileDirectory parent, string path ) : Microsoft.WindowsAzure.Storage.File.CloudFile
ToFileInformation ( this directory ) : FileInformation
ToFileString ( this value ) : string

Method Details

GetDirectoryReference() public static method

public static GetDirectoryReference ( Microsoft.WindowsAzure.Storage.File.CloudFileDirectory parent, string path ) : Microsoft.WindowsAzure.Storage.File.CloudFileDirectory
parent Microsoft.WindowsAzure.Storage.File.CloudFileDirectory
path string
return Microsoft.WindowsAzure.Storage.File.CloudFileDirectory

GetFileReference() public static method

public static GetFileReference ( Microsoft.WindowsAzure.Storage.File.CloudFileDirectory parent, string path ) : Microsoft.WindowsAzure.Storage.File.CloudFile
parent Microsoft.WindowsAzure.Storage.File.CloudFileDirectory
path string
return Microsoft.WindowsAzure.Storage.File.CloudFile

ToFileInformation() public static method

public static ToFileInformation ( this directory ) : FileInformation
directory this
return Dokan.FileInformation

ToFileString() public static method

public static ToFileString ( this value ) : string
value this
return string