Click or drag to resize
BCDocumentTemplateUI Constructor (BCDocumentTemplate, BCServiceProvider)
Initializes a new instance of the BCDocumentTemplateUI class.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public BCDocumentTemplateUI(
	BCDocumentTemplate template,
	BCServiceProvider services
)

Parameters

template
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocumentTemplate
The document template to manage.
services
Type: BlueCieloECM.InnoCielo.Meridian.ClientBCServiceProvider
The context for the template.
See Also