Click or drag to resize

ReportingServicesGetDataTemplate Method

Retrieves a DataMiner DataTemplate given its display name.

Namespace:  FactoryLogix.xTend.Analytics
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public DataTemplate GetDataTemplate(
	Guid sessionId,
	string templateName
)

Parameters

sessionId
Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
templateName
Type: SystemString
The display name of the DataMiner template to be retrieved.

Return Value

Type: DataTemplate
A DataTemplate object representing the DataMiner template.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
NotFoundExceptionThe specified DataTemplate was not found in the system.
See Also