Click or drag to resize

xddgetNewXDDEBFile Method

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

Parameters

inTemplate
Type: ctDynamicsSLxddXDDEBFile

Return Value

Type: xddXDDEBFile
See Also