AjaxWebSvcPage WriteKmlFile Method A Sandcastle Documented Class Library
Writes a KML file to the local file system and returns the web address of the file.

Namespace: P4s3Web
Assembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[WebMethodAttribute]
[ScriptMethodAttribute(ResponseFormat = ResponseFormat.Json)]
public static string WriteKmlFile(
	string kmlData,
	string ikey
)

Parameters

kmlData
Type: System String
ikey
Type: System String

Return Value

Type: String
See Also