Initializes the object.
This method is deprecated. Use the parameterized constructor of the
BCProjectCopyExtender class.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
| C# |
|---|
[ObsoleteAttribute("This method is deprecated. Use the parameterized constructor of the "BCProjectCopyExtender" class.",
true)]
public void Init() |
| Visual Basic |
|---|
<ObsoleteAttribute("This method is deprecated. Use the parameterized constructor of the "BCProjectCopyExtender" class.", _
True)> _
Public Sub Init |
| Visual C++ |
|---|
[ObsoleteAttribute(L"This method is deprecated. Use the parameterized constructor of the "BCProjectCopyExtender" class.",
true)]
public:
void Init() |
See Also