Click or drag to resize

siteMaintenancegetMaterialMarkupIDsByMarkupID Method

Searches for material markup ids based on markupID

Namespace:  ctDynamicsSL.fieldService.serviceDispatch.maintenance
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[WebMethodAttribute(MessageName = "getMaterialMarkupIDsByMarkupID", Description = "Searches for material markup ids based on markupID")]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
public smMark[] getMaterialMarkupIDsByMarkupID(
	string markupID
)

Parameters

markupID
Type: SystemString

Return Value

Type: smMark
See Also