Method | Description | |
---|---|---|
PostFileEntry ( string name, string filePath ) : System.IO |
Initializes a new instance of the PostFileEntry class. The filePath parameter must contain the absolute file path for the file file. |
|
ReadContent ( ) : |
Reads the content of the file.
|
public PostFileEntry ( string name, string filePath ) : System.IO | ||
name | string | /// The name. /// |
filePath | string | /// The file path. /// |
return | System.IO |