[This is preliminary documentation and is subject to change.]

The status of updating the udf name.

Namespace:  OfficeClip.DBLayer.Tracker
Assembly:  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 nameDescription
NameAlreadyExists
Another udf of the same name exists in the same Project, so Update cannot happen.
Success
Update udf name successful.

See Also