Click or drag to resize

commongetNewSubXref Method

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

Parameters

inTemplate
Type: ctDynamicsSLSubXref

Return Value

Type: SubXref
See Also