SpreadWebServcie.NameExists Method
The following examples demonstrate
how to validate name exists.
Parameters
Parameter
|
Type
|
Description
|
loginEmail
|
String
|
The login email of your Spread account.
|
APIKey
|
String
|
The password of your Spread account or API Key which you can retrieve from your Spread account (My account=> Settings).
|
accountName
|
String
|
The name is validated.
|
Return Value
True
if exist. Otherwise, false.
Example
string loginEmail =
"Spread@reasonables.com";
string APIKey =
"Spread";
string accountName ="testAccount";
SpreadAPI.SpreadWebService
MySpread = new SpreadAPI.SpreadWebService();
bool
result = MySpread.NameExists (loginEmail, APIKey,accountName );
See Also
SpreadWebService
Class | Spread Web Service Namespace