Getfailedloginlist, Getfailedloginlist 18 – Kofax DM API User Manual

Page 209

Advertising
background image

DM API M

ETHODS

AND

P

ROPERTIES

189

GetFailedLoginList

GetFailedLoginList

Use this method to get a

PCDNetAliasList

object pointer to an object

containing a list of the supplied network aliases that did not pass
network-level validation. This is only useful after

Execute

method of

the

PCDLogin

object has been called.

Syntax

PCDLogin.GetFailedLoginList()

Returns

The GetFailedLoginList method returns a variant object that contains
information about failed logon attempts. This allows you to access

UnitName

,

UnitType

, and

UserName

methods that are supported by

the

PCDNetAliasList

object.

Usage

The GetFailedLoginList is useful when there are a number of libraries
or other network resources that cannot be validated.

Example

The sample code in the

Providing Library Access

section in Chapter 1

illustrates how you can use the GetFailedLoginList method in your
custom applications.

Related Items

See the following objects:

PCDLogin
PCDNetAliasList

See the following methods:

GetAliasList
GetDOCSUserName
GetLoginLibrary
GetPrimaryGroup

Advertising