Get a service url for the e-txt web product


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

Syntax

Visual Basic (Declaration)
Public Function GetServiceUrl( _ 
   ByVal requiredServiceUrl As WebUrlEnum _ 
) As String
C#
public string GetServiceUrl(
   WebUrlEnum requiredServiceUrl
)
C++
public:
 String GetServiceUrl(
   WebUrlEnum requiredServiceUrl
) sealed 
J#
public string GetServiceUrl(
   WebUrlEnum requiredServiceUrl
)
JScript
public  function GetServiceUrl(
   requiredServiceUrl : WebUrlEnum
) : String

Parameters

requiredServiceUrl
Service url required

Exceptions

Exception TypeCondition
ApiArgumentExceptionThrown if the user credentials are invalid

See Also