XServerUrlIsDecartaBackend Method |
Checks if the provided URL addresses uses a DeCarta backend.
Namespace:
Ptv.XServer.Controls.Map.Tools
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public static bool IsDecartaBackend(
string url
)
Public Shared Function IsDecartaBackend (
url As String
) As Boolean
public:
static bool IsDecartaBackend(
String^ url
)
static member IsDecartaBackend :
url : string -> bool
Parameters
- url
- Type: SystemString
URL to check for xServer internet deployment.
Return Value
Type:
BooleanSee Also