NsfLoadOptions class

NsfLoadOptions class

Options for loading Nsf documents.

Inheritance: NsfLoadOptionsLoadOptionsValueObject

The NsfLoadOptions type exposes the following members:

Constructors

Constructor Description
init Initializes new instance of NsfLoadOptions class.

Properties

Property Description
format Input document file type.
convert_owner Implements IDocumentsContainerLoadOptions.convert_owner

Readonly. Set to false. The owner will not be converted
convert_owned Implements IDocumentsContainerLoadOptions.convert_owned

Readonly. Set to true. The owned documents will be converted
depth Implements IDocumentsContainerLoadOptions.depth

Default: 3

Methods

Method Description
equals Determines whether two object instances are equal.
clone Clones current instance.

See Also