ProjectDeletionStatus Enumeration

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

Definition

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

Members

Success1 
Failure2 The operation failed for an undefined reason.
ProjectDoesNotExistFailure3 Cannot delete project with the specified name, as it does not exist in this database
ActiveProjectFailure4 Cannot delete project, as it is currently selected as the active project

See Also