LitmusSoapApiSoapGetPageTestClients Method
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibrary.LitmusAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
SyntaxClient[] GetPageTestClients(
string apiKey,
string apiPass
)
Function GetPageTestClients (
apiKey As String,
apiPass As String
) As Client()
array<Client^>^ GetPageTestClients(
String^ apiKey,
String^ apiPass
)
abstract GetPageTestClients :
apiKey : string *
apiPass : string -> Client[]
function GetPageTestClients(apiKey, apiPass);
Parameters
- apiKey
- Type: SystemString
- apiPass
- Type: SystemString
Return Value
Type:
Client
See Also