FileSystemContentDynamicParametersBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the dynamic parameters used by both the content reader and writer.
public ref class FileSystemContentDynamicParametersBase
[Windows::Foundation::Metadata::WebHostHidden]
class FileSystemContentDynamicParametersBase
public class FileSystemContentDynamicParametersBase
type FileSystemContentDynamicParametersBase = class
Public Class FileSystemContentDynamicParametersBase
- Inheritance
-
FileSystemContentDynamicParametersBase
- Derived
Constructors
FileSystemContentDynamicParametersBase() |
Properties
AsByteStream |
Return file contents as a byte stream or create file from a series of bytes. |
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. |