C# Class Orchard.FileSystems.Media.FileSystemStorageProvider.FileSystemStorageFolder

Inheritance: IStorageFolder
Show file Open project: ucdavis/Orchard

Public Methods

Method Description
FileSystemStorageFolder ( string path, DirectoryInfo directoryInfo ) : System
GetLastUpdated ( ) : System.DateTime
GetName ( ) : string
GetParent ( ) : IStorageFolder
GetPath ( ) : string
GetSize ( ) : long

Private Methods

Method Description
GetDirectorySize ( DirectoryInfo directoryInfo ) : long

Method Details

FileSystemStorageFolder() public method

public FileSystemStorageFolder ( string path, DirectoryInfo directoryInfo ) : System
path string
directoryInfo System.IO.DirectoryInfo
return System

GetLastUpdated() public method

public GetLastUpdated ( ) : System.DateTime
return System.DateTime

GetName() public method

public GetName ( ) : string
return string

GetParent() public method

public GetParent ( ) : IStorageFolder
return IStorageFolder

GetPath() public method

public GetPath ( ) : string
return string

GetSize() public method

public GetSize ( ) : long
return long