Click or drag to resize

queuegetNewDSLXMLLog Method

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "getNewDSLXMLLog", Description = "get a blank DSLXMLLog object")]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public DSLXMLLog getNewDSLXMLLog(
	DSLXMLLog inTemplate
)

Parameters

inTemplate
Type: ctDynamicsSLDSLXMLLog

Return Value

Type: DSLXMLLog
See Also