C# 클래스 Orchard.FileSystems.Media.FileSystemStorageProvider.FileSystemStorageFolder

상속: IStorageFolder
파일 보기 프로젝트 열기: ucdavis/Orchard

공개 메소드들

메소드 설명
FileSystemStorageFolder ( string path, DirectoryInfo directoryInfo ) : System
GetLastUpdated ( ) : System.DateTime
GetName ( ) : string
GetParent ( ) : IStorageFolder
GetPath ( ) : string
GetSize ( ) : long

비공개 메소드들

메소드 설명
GetDirectorySize ( DirectoryInfo directoryInfo ) : long

메소드 상세

FileSystemStorageFolder() 공개 메소드

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

GetLastUpdated() 공개 메소드

public GetLastUpdated ( ) : System.DateTime
리턴 System.DateTime

GetName() 공개 메소드

public GetName ( ) : string
리턴 string

GetParent() 공개 메소드

public GetParent ( ) : IStorageFolder
리턴 IStorageFolder

GetPath() 공개 메소드

public GetPath ( ) : string
리턴 string

GetSize() 공개 메소드

public GetSize ( ) : long
리턴 long