FileSystemContentDynamicParametersBase
Class
Definition
Defines the dynamic parameters used by both the content reader and writer.
public class FileSystemContentDynamicParametersBase
- Inheritance
-
FileSystemContentDynamicParametersBase
- Derived
Constructors
| FileSystemContentDynamicParametersBase() |
Properties
| Encoding |
Gets or sets the encoding method used when reading data from the file. |
| EncodingType |
Gets the encoding from the specified StreamType parameter. |
| Stream |
A parameter to return a stream of an item. |
| UsingByteEncoding |
Gets the Byte Encoding status of the StreamType parameter. Returns true if the stream was opened with "Byte" encoding, false otherwise. |
| WasStreamTypeSpecified |
Gets the status of the StreamType parameter. Returns true if the stream was opened with a user-specified encoding, false otherwise. |