Headless.PostFileEntry.PostFileEntry C# (CSharp) Method

PostFileEntry() public method

Initializes a new instance of the PostFileEntry class.
The filePath parameter must contain the absolute file path for the file file.
public PostFileEntry ( string name, string filePath ) : System.IO
name string /// The name. ///
filePath string /// The file path. ///
return System.IO
        public PostFileEntry(string name, string filePath)
            : base(name, filePath)
        {
        }