SRSPrintDestinationSettings.parmOverwriteFileIsSet Method [AX 2012]

Gets or sets overwriteFileIsSet parameter.

Syntax

public boolean parmOverwriteFileIsSet([boolean _overwriteFileIsSet])

Run On

Called

Parameters

  • _overwriteFileIsSet
    Type: boolean
    The value to set. Optional.

Return Value

Type: boolean
The value of overwriteFileIsSet parameter.

Remarks

The parameter is used to eliminate multiple prompts for file to be overwritten.

Is not called in overwriteFile method, since overwriteFile is a data member attribute and is always called during unpack

See Also

Reference

SRSPrintDestinationSettings Class