LoadOptions
Contents
[
Hide
]LoadOptions class
Allows to specify additional load parameters when loading a project from file or stream.
Constructors
| Name | Description |
|---|---|
| LoadOptions | Initializes a new instance of the LoadOptions class. |
Methods
| Name | Description |
|---|---|
| get_Encoding | Gets encoding which is used to read a project from HTML, MPX, XER and Primavera XML formats. The default encoding is UTF8. |
| get_ErrorHandler | Gets a callback method to handle xml parse errors. |
| get_Password | Gets a protection password. |
| get_PrimaveraReadOptions | Gets a specified instance of the Tasks::PrimaveraReadOptions class which can be used to customize the behavior of loading Primavera formats (Primavera P6 XER or Primavera P6 Xml). |
| set_Encoding | Sets encoding which is used to read a project from HTML, MPX, XER and Primavera XML formats. The default encoding is UTF8. |
| set_ErrorHandler | Sets a callback method to handle xml parse errors. |
| set_Password | Sets a protection password. |
| set_PrimaveraReadOptions | Sets a specified instance of the Tasks::PrimaveraReadOptions class which can be used to customize the behavior of loading Primavera formats (Primavera P6 XER or Primavera P6 Xml). |