BlogEngine.Core.Providers.BlogFileSystemProvider.GetFile C# (CSharp) Méthode

GetFile() public abstract méthode

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