Click or drag to resize

xddgetNewXDDLBFileFormatDet Method

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

Parameters

inTemplate
Type: ctDynamicsSLxddXDDLBFileFormatDet

Return Value

Type: xddXDDLBFileFormatDet
See Also