Raises events that occur when the document type of a document is changed.

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 void ChangeDocumentType(
	BCDocumentType newType
)
Visual Basic
Public Sub ChangeDocumentType ( _
	newType As BCDocumentType _
)
Visual C++
public:
void ChangeDocumentType(
	BCDocumentType^ newType
)

Parameters

newType
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCDocumentType
The new document type.

See Also