Click or drag to resize

commoneditSubXref Method

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "editSubXref", Description = "Add/Edit SubXref entries.  Calls: xct_spDSLEditSubXref ")]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public SubXref editSubXref(
	string actionType,
	SubXref inItem
)

Parameters

actionType
Type: SystemString
inItem
Type: ctDynamicsSLSubXref

Return Value

Type: SubXref
See Also