This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Type of confirmation asked.

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

Syntax

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

Members

Member nameDescription
OK
A simple message is passed.
OkCancel
An Ok/Cancel question is passed.
YesNo
A Yes/No question is asked.
YesNoCancel
A question is asked that can be answered with yes, no or cancel.
Retrycancel
A question is asked whether to retry some action.

See Also

Smartsite.Core Namespace
Advanced