Text Disguise

CaptchaService.AbandonImageWord Method 

[This is preliminary documentation and subject to change.]

Marks an image GUID as "abandoned" and makes it unusable for retrieving the image or validating the text.

[Visual Basic]
Public Function AbandonImageWord( _
   ByVal cm As ClientModel, _
   ByVal captchaImageGuid As String _
) As Boolean
[C#]
public bool AbandonImageWord(
   ClientModel cm,
   string captchaImageGuid
);

Parameters

cm
A ClientModel containing the client credentials to use.
captchaImageGuid
A String containing the GUID of the CAPTCHA image.

Return Value

A boolean value which indicates whether the image GUID was successfully abandoned.

Remarks

The AbandonImageWord method is useful when you know that there is no need for the generated CAPTCHA image.

See Also

CaptchaService Class | Dls.TextDisguise.WebServices Namespace | ClientModel Class