Click or drag to resize

siteMaintenancegetNewsmSOAddress Method

Gets a new default smSOAddress based on the passed template

Namespace:  ctDynamicsSL.fieldService.serviceDispatch.maintenance
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "getNewsmSOAddress", Description = "Gets a new default smSOAddress based on the passed template")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
public smSOAddress getNewsmSOAddress(
	smSOAddress inTemplate
)

Parameters

inTemplate
Type: ctDynamicsSLsmSOAddress

Return Value

Type: smSOAddress
See Also