BlogEngine.Core.Providers.BlogFileSystemProvider.GetFile C# (CSharp) Method

GetFile() public abstract method

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