Headless.PostFileEntry.ReadContent C# (CSharp) Method

ReadContent() public method

Reads the content of the file.
public ReadContent ( ) : Stream
return System.IO.Stream
        public virtual Stream ReadContent()
        {
            return File.OpenRead(Value);
        }