LitmusSoapApiSoapGetPageTest Method
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibrary.LitmusAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
SyntaxPageTest GetPageTest(
string apiKey,
string apiPass,
int pageTestID
)
Function GetPageTest (
apiKey As String,
apiPass As String,
pageTestID As Integer
) As PageTest
PageTest^ GetPageTest(
String^ apiKey,
String^ apiPass,
int pageTestID
)
abstract GetPageTest :
apiKey : string *
apiPass : string *
pageTestID : int -> PageTest
function GetPageTest(apiKey, apiPass, pageTestID);
Parameters
- apiKey
- Type: SystemString
- apiPass
- Type: SystemString
- pageTestID
- Type: SystemInt32
Return Value
Type:
PageTest
See Also