Okapi .NET Library

LogType.USERFEEDBACK Field

 [This is preliminary documentation and subject to change.]

Constant value = 5. Checks if the user has cancelled the process.

[Visual Basic]
Public const USERFEEDBACK As Integer = 5
[C#]
public const int USERFEEDBACK = 5;
[C++]
public: const int USERFEEDBACK = 5;
[JScript]
public const var USERFEEDBACK: int = 5;

See Also

LogType Class | Okapi.Library.Base Namespace