Determines if a given inbound number and keyword are available for purchase


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

Syntax

Visual Basic (Declaration)
Public Function IsSharedKeywordAvailable( _ 
   ByVal inboundNumber As AvailableInboundNumberClass,  _ 
   ByVal keyword As String _ 
) As Boolean
C#
public bool IsSharedKeywordAvailable(
   AvailableInboundNumberClass inboundNumber,
   string keyword
)
C++
public:
 bool IsSharedKeywordAvailable(
   AvailableInboundNumberClass inboundNumber,
   String keyword
) sealed 
J#
public bool IsSharedKeywordAvailable(
   AvailableInboundNumberClass inboundNumber,
   string keyword
)
JScript
public  function IsSharedKeywordAvailable(
   inboundNumber : AvailableInboundNumberClass,
   keyword : String
) : bool

Parameters

inboundNumber
Inbound number to check availability against
keyword
Keyword to check

Return Value

True if valid, False if invalid

See Also