UpdateCredentialList

Updates the default list of abbreviations that are used by the parsing actions to extract credential strings from names.

Member of namespace:

MC_Validation

Syntax:

bool UpdateCredentialList(string sCredential,string AddRemove)

Parameters

string sCredential

string AddRemove

Parameters

A two parameter specification of a list of credential abbreviations and a Add or Remove from the list indicator.

sCredential is a comma separated list of credential abbreviations. Smart parameters are supported.

AddRemove indicator is an Add or Remove Condition from the list command. Defaults to Add. The keywords for setting the remove from the list mode are: "OFF", "REMOVE", "0", "FALSE", "-1", "NO", and "DELETE".

Returns

False, if the action generates an error. Otherwise, True.

Level

All levels.

Details

This action updates the default list of abbreviations that are used by the following name parsing actions to extract credential strings from names: ParseLastFirstIniNames(), Parse58ainsnm(), Parse58binsnm(), Parse58cinsnm(), Parse82name(), Parse83aname(), Parse83bname(), Parse31aPhSig(),
Example:
UpdateCredentialList(MD,Add)