PsSaveOptions constructor

init

Initializes a new instance of the PsSaveOptions class with default values for flags SuppressErrors (true) and Debug (false).

def __init__(self):
    ...

init

Initializes a new instance of the PsSaveOptions class with default values for flag Debug (false).

def __init__(self, supress_errors):
    ...
ParameterTypeDescription
supress_errorsboolSpecifies whether errors must be suppressed or not.
If true suppressed errors are added to Exceptions list.

See Also