Headless.PostFileEntry.ReadContent C# (CSharp) Méthode

ReadContent() public méthode

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