Click or drag to resize

BCRepository.ConvertToHybrid 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.96.0)
Syntax
public BCHybridMainDocument ConvertToHybrid(
	BCDocument document
)

Parameters

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

Return Value

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