Discuss this help topic in SecureBlackbox Forum
Contains the template of the login confirmation page.
Declaration
[C#]
string ConfirmPageTemplate;
[VB.NET]
Property ConfirmPageTemplate As String
[Pascal]
property ConfirmPageTemplate : string;
[C++]
void get_ConfirmPageTemplate(std::string &OutResult);
void set_ConfirmPageTemplate(const std::string &Value);
[PHP]
string get_ConfirmPageTemplate()
void set_ConfirmPageTemplate(string $Value)
[Java]
String getConfirmPageTemplate();
void setConfirmPageTemplate(String Value);
Description
Use this property to edit the template of the login confirmation page.
Discuss this help topic in SecureBlackbox Forum