Click or drag to resize

BCObjectExtenderChangeDocumentType Method

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: 4.0.0.0 (4.0.111.0)
Syntax
public void ChangeDocumentType(
	BCDocumentType newType
)

Parameters

newType
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocumentType
The new document type.
See Also