Returns a document template with the specified ID property value.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public BCDocumentTemplate GetDocumentTemplate(
	string templateID
)
Visual Basic
Public Function GetDocumentTemplate ( _
	templateID As String _
) As BCDocumentTemplate
Visual C++
public:
BCDocumentTemplate^ GetDocumentTemplate(
	String^ templateID
)

Parameters

templateID
Type: System..::..String
The ID property value of the document template.

Return Value

The document template with the specified ID.

See Also