Click or drag to resize

ReportingCloudTemplateExists Method

This method checks whether a template exists or not in the template storage.

Namespace:  TXTextControl.ReportingCloud
Assembly:  ReportingCloudWrapper (in ReportingCloudWrapper.dll) Version: 1.0.204.500 (1.0.204.500)
Syntax
C#
public bool TemplateExists(
	string templateName
)

Parameters

templateName
Type: SystemString
The source document data encoded as a Base64 string.

Return Value

Type: Boolean
See Also