[This is preliminary documentation and is subject to change.]
status for the return value of the UpdateProjectName function
UpdateProjectName(Int32, String)
Namespace:
OfficeClip.DBLayer.TrackerAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public enum UpdateProjectNameStatus |
| Visual Basic (Declaration) |
|---|
Public Enumeration UpdateProjectNameStatus |
| Visual C++ |
|---|
public enum class UpdateProjectNameStatus |
Members
| Member name | Description | |
|---|---|---|
| Success |
Update of the Project name status succeded
| |
| Duplicate |
Update of the Project name status failed as there is another Project with that name.
|
