BlogEngine.Core.Providers.BlogFileSystemProvider.GetFile C# (CSharp) 메소드

GetFile() 공개 추상적인 메소드

gets a specific file by virtual path
public abstract GetFile ( string VirtualPath ) : File
VirtualPath string the virtual path of the file
리턴 File
        public abstract File GetFile(string VirtualPath);