Previous Topic: GetContext Method

Next Topic: GetCaseSensLogin Method


GetAuthenticationSetting Method

Retrieves the authentication server flag for the requested setting.

Syntax

object.GetAuthenticationSetting(nSetting)

Owning Class

CaWHarvest

Arguments

nSetting - An enumeration of the authentication server setting to retrieve. Possible values include:

Return Value

A boolean denoting if the setting is True or False.

Example

blnRet = sobjHarvest.GetAuthenticationSetting(AUTHSERV_EDIT_PASSWORD)

More information: