Get a service url for the e-txt web product for a specified user


Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function GetServiceUrl( _ 
   ByVal requiredServiceUrl As WebUrlEnum,  _ 
   ByVal name As String,  _ 
   ByVal password As String _ 
) As String
C#
public static string GetServiceUrl(
   WebUrlEnum requiredServiceUrl,
   string name,
   string password
)
C++
public:
 static String GetServiceUrl(
   WebUrlEnum requiredServiceUrl,
   String name,
   String password
)
J#
public static string GetServiceUrl(
   WebUrlEnum requiredServiceUrl,
   string name,
   string password
)
JScript
public static  function GetServiceUrl(
   requiredServiceUrl : WebUrlEnum,
   name : String,
   password : String
) : String

Parameters

requiredServiceUrl
Service url required
name
Name of user
password
Password or user

See Also