Click or drag to resize

queuecopyDSLXMLToLog Method

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "copyDSLXMLToLog", Description = "copies a DSLXML entry to the DSLXMLLog. calls: xct_spDSLCopyDSLXMLToLog")]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public DSLXMLLog copyDSLXMLToLog(
	string xmlGUID,
	string logNote,
	bool deleteSource
)

Parameters

xmlGUID
Type: SystemString
logNote
Type: SystemString
deleteSource
Type: SystemBoolean

Return Value

Type: DSLXMLLog
See Also