ProjectCreationStatus Enumeration

Indicates whether a project was created successfully. If not, this indicates why the project was not created.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public enum ProjectCreationStatus

Members

Success1 
Failure2 The operation failed for an undefined reason.
DuplicateNameFailure3 Cannot create project with this name, as it already exists in this database

See Also