Click or drag to resize

CloseProjectArgs Class

Argument class for CloseProject(CloseProjectArgs)
Inheritance Hierarchy

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public class CloseProjectArgs : ComplexApiCallArgs

The CloseProjectArgs type exposes the following members.

Properties
  NameDescription
Public propertyLeaveExclusiveMode
true if an eventual exclusive mode shall be left. If you want to explicitly keep up an exclusive mode when closing the project, set this parameter to false.
Top
See Also