Click or drag to resize
BCEdmBriefcase Constructor (BCRepository, BCServiceProvider, String, IWin32Window)
Initializes a new instance of the BCEdmBriefcase class.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public BCEdmBriefcase(
	BCRepository repository,
	BCServiceProvider services,
	string currentSiteID,
	IWin32Window owner
)

Parameters

repository
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCRepository
The connection to the vault.
services
Type: BlueCieloECM.InnoCielo.Meridian.ClientBCServiceProvider
The context for the briefcase.
currentSiteID
Type: SystemString
The value that identifies a site to which the briefcase belongs.
owner
Type: System.Windows.FormsIWin32Window
Any object that implements the IWin32Window interface that represents the top-level window that will own the modal dialog box.
See Also