Click or drag to resize

queuegetDSLXMLByExactID Method

Returns a DSLXML (Queue Item) by xmlGUID

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "getDSLXMLByExactID", Description = "Returns a DSLXML (Queue Item) by xmlGUID")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
public DSLXML getDSLXMLByExactID(
	string xmlGUID
)

Parameters

xmlGUID
Type: SystemString

Return Value

Type: DSLXML
See Also