Click or drag to resize

NewProductOptions Constructor (Boolean, KeepEnvPartitionMode, Boolean, Boolean, Boolean)

Initializes a new instance of the NewProductOptions class using the specified parameters.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public NewProductOptions(
	bool setAsMaster,
	KeepEnvPartitionMode keepEnvPartitions,
	bool useOverlay,
	bool useBackground,
	bool usePostProcess
)

Parameters

setAsMaster
Type: SystemBoolean
The added product is the new master.
keepEnvPartitions
Type: Lumiscaphe.Workshop.InteropKeepEnvPartitionMode
The added product keeps its environment partitions.
useOverlay
Type: SystemBoolean
The added product brings its overlay.
useBackground
Type: SystemBoolean
The added product brings its background.
usePostProcess
Type: SystemBoolean
The added product brings its postprocess.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also