LoadOptions

LoadOptions class

Allows to specify additional load parameters when loading a project from file or stream.

The LoadOptions type exposes the following members:

Constructors

NameDescription
LoadOptions()Initializes a new instance of the LoadOptions class.

Properties

NameDescription
passwordGets or sets a protection password.
primavera_read_optionsGets or sets a specified instance of the
encodingGets or sets encoding which is used to read a project from HTML, MPX, XER and Primavera XML formats.
The default encoding is UTF8.

See Also