Initializes a new instance of the BCDocumentTemplateUI class.

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

Syntax

C#
public BCDocumentTemplateUI(
	BCDocumentTemplate template,
	BCServiceProvider services
)
Visual Basic
Public Sub New ( _
	template As BCDocumentTemplate, _
	services As BCServiceProvider _
)
Visual C++
public:
BCDocumentTemplateUI(
	BCDocumentTemplate^ template, 
	BCServiceProvider^ services
)

Parameters

template
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCDocumentTemplate
The document template to manage.
services
Type: BlueCieloECM.InnoCielo.Meridian.Client..::..BCServiceProvider
The context for the template.

See Also