CustomerRepositoryTCustomer, TAddress, TPhone, TFax, TEmail, TWebsite, TAffiliationIsWebLoginAvailable Method
Determines if a given web login is currently unused across all customers (including any soft-deleted customers), and thus available for use.
Namespace: Ignition.CrmAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public bool IsWebLoginAvailable(
string webLogin
)
Public Function IsWebLoginAvailable (
webLogin As String
) As Boolean
public:
virtual bool IsWebLoginAvailable(
String^ webLogin
) sealed
abstract IsWebLoginAvailable :
webLogin : string -> bool
override IsWebLoginAvailable :
webLogin : string -> bool
- webLogin String
- The web login to check
Booleantrue if the
webLogin is available; otherwise
false.
Because baseline NetFORUM includes deleted customers when verifying the uniqueness of a web login,
we do the same. This behavior may change in a future version of netFORUM, in which case this method will be updated.