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

GetFileContents() abstract private method

gets the file contents via Lazy load, however in the DbProvider the Contents are loaded when the initial object is created to cut down on DbReads
abstract private GetFileContents ( File BaseFile ) : File
BaseFile File the baseFile object to fill
return File
        internal abstract File GetFileContents(File BaseFile);