Click or drag to resize

BCHybridDocument Constructor

Initializes a new instance of the BCHybridDocument class.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Server
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
[CLSCompliantAttribute(false)]
protected internal BCHybridDocument(
	IAMFSObject objectToWrap,
	BCRepository repository
)

Parameters

objectToWrap
Type: IAMFSObject
The COM object that represents the hybrid document.
repository
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCRepository
The repository to which the document belongs.
See Also