Click or drag to resize

BCRepositoryConvertToHybrid Method

Converts a document to a hybrid document.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Server
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public BCHybridMainDocument ConvertToHybrid(
	BCDocument document
)

Parameters

document
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocument
The document to convert that has a hybrid type (the IsHybrid property value is ).

Return Value

Type: BCHybridMainDocument
The main part of the created hybrid document.
See Also