AjaxWebSvcPage FindCrashNarrativesByDln Method A Sandcastle Documented Class Library
Returns all the crash narrative pages by matching DLN.

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

[ScriptMethodAttribute(ResponseFormat = ResponseFormat.Json)]
[WebMethodAttribute]
public static string FindCrashNarrativesByDln(
	string dln,
	string fileName,
	string ikey
)

Parameters

dln
Type: System String
fileName
Type: System String
ikey
Type: System String

Return Value

Type: String
See Also