Click or drag to resize

KicHandlerGetRawXml Method

Returns the full unparsed xml returned from KIC for the specified content type.

Namespace:  Atalasoft.Imaging.WebControls.Capture
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected override List<string> GetRawXml(
	string contentType
)

Parameters

contentType
Type: SystemString
The currently selected ContentType.

Return Value

Type: ListString
Returns a string that contains the unparsed xml for the KIC GetContentTypeDescriptions service call.
Remarks
Caution note Caution
The KIC handler is available with .NET Framework 3.5 and 4.5.2 only.
See Also