This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Response of a Confirm action.

Namespace: Smartsite.Core
Assembly:  Smartsite.Runtime (in Smartsite.Runtime.dll)

Syntax

C#Copy imageCopy Code
public enum HostConfirmResult
Visual Basic (Declaration)Copy imageCopy Code
Public Enumeration HostConfirmResult

Members

Member nameDescription
NonResponsive
The host is not able to respond.
OK
The result is OK.
Yes
The result is Yes.
No
The result is No.
Cancel
The result is Cancel.
Retry
The result is Retry.

See Also

Smartsite.Core Namespace
Advanced