Discuss this help topic in SecureBlackbox Forum
Adds a new item to the list.
Declaration
[C#]
int AddSubjectConfirmation();
[VB.NET]
Function AddSubjectConfirmation() As Integer
[Pascal]
function AddSubjectConfirmation : integer;
[C++]
int32_t AddSubjectConfirmation();
[PHP]
integer AddSubjectConfirmation()
[Java]
int addSubjectConfirmation();
Return value
Returns the index of the newly aded item in the list on success, and -1 on failure.
Description
Use this method to add a SubjectConfirmation element to the list.
Discuss this help topic in SecureBlackbox Forum