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
)
Public Function ConvertToHybrid (
document As BCDocument
) As BCHybridMainDocument
Parameters
- document
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCDocument
The document to convert that has a hybrid type (the IsHybrid property value is ).
Return Value
Type:
BCHybridMainDocumentThe main part of the created hybrid document.
See Also