BCDocumentTemplateUIInit Method |
Note: This API is now obsolete.
Initializes the object with the document template to manage.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Client
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.41.0)
Syntax[ObsoleteAttribute("This method is deprecated. Use the parameterized constructor of the "BCDocumentTemplateUI" class.",
true)]
public void Init()
<ObsoleteAttribute("This method is deprecated. Use the parameterized constructor of the "BCDocumentTemplateUI" class.",
true)>
Public Sub Init
public:
[ObsoleteAttribute(L"This method is deprecated. Use the parameterized constructor of the "BCDocumentTemplateUI" class.",
true)]
void Init()
[<ObsoleteAttribute("This method is deprecated. Use the parameterized constructor of the "BCDocumentTemplateUI" class.",
true)>]
member Init : unit -> unit
Remarks
See Also