Click or drag to resize

JcdiEnerjGetDateUpdateTemplate Method

Retrieves the datetime offset of the last update of the template

Namespace:  Enerj.CDI.WebService.V4
Assembly:  Enerj.CDI.WebService.V4 (in Enerj.CDI.WebService.V4.dll) Version: 4.13.0.0 (4.13.0.0)
Syntax
C#
public Task<GetDateUpdateTemplateResult> GetDateUpdateTemplate(
	GetDateUpdateTemplateParameter ObjGetDateUpdateTemplateParameter
)

Parameters

ObjGetDateUpdateTemplateParameter
Type: Enerj.CDI.WebService.V4GetDateUpdateTemplateParameter
Id of the template

Return Value

Type: TaskGetDateUpdateTemplateResult
The date of the last update of the template

Implements

IJcdiEnerjGetDateUpdateTemplate(GetDateUpdateTemplateParameter)
See Also