[This is preliminary documentation and is subject to change.]
The status of updating the udf name.
Namespace:
OfficeClip.DBLayer.TrackerAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public enum UpdateUdfNameStatus |
| Visual Basic (Declaration) |
|---|
Public Enumeration UpdateUdfNameStatus |
| Visual C++ |
|---|
public enum class UpdateUdfNameStatus |
Members
| Member name | Description | |
|---|---|---|
| NameAlreadyExists |
Another udf of the same name exists in the same Project, so Update
cannot happen.
| |
| Success |
Update udf name successful.
|
