The EmbeddedDocumentBinaryObject type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| EmbeddedDocumentBinaryObject |
Default constructor.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ReadFromFile |
Reads data from file and sets the data and mime types. If an error occurs, it is reported in the .
| |
| ResetCharacterSetCode |
Resets the node.
| |
| ResetEncodingCode |
Resets the node.
| |
| ResetFilename |
Resets the node.
| |
| ResetFormat |
Resets the node.
| |
| ResetMimeCode |
Resets the node.
| |
| ResetUri |
Resets the node.
| |
| ToString | (Inherited from Object.) | |
| WriteToFile |
Write data to file.
|
Properties
| Name | Description | |
|---|---|---|
| CharacterSetCode |
Character Set (string). The character set of the binary object if the mime type is text.
| |
| CharacterSetCodeSet |
Checks if the property has been set or not.
| |
| EncodingCode |
Encoding (string). Specifies the decoding algorithm of the binary object.
| |
| EncodingCodeSet |
Checks if the property has been set or not.
| |
| Filename |
Filename (string). The filename of the binary object.
| |
| FilenameSet |
Checks if the property has been set or not.
| |
| Format |
Format (string). The format of the binary content.
| |
| FormatSet |
Checks if the property has been set or not.
| |
| MimeCode |
Mime (string). The mime type of the binary object.
| |
| MimeCodeSet |
Checks if the property has been set or not.
| |
| Uri |
Uniform Resource Identifier (string). The Uniform Resource Identifier that identifies where the binary object is located.
| |
| UriSet |
Checks if the property has been set or not.
| |
| Value |
The value of the type BinaryObjectType. See documentation on the parent field.
|