Click or drag to resize

BCEdmBriefcaseImport Method (String, BriefcaseImportFlags)

Imports the briefcase into the vault using the default Action for each document.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Client
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public Array Import(
	string templateName,
	BriefcaseImportFlags flags
)

Parameters

templateName
Type: SystemString
The name of the briefcase template.
flags
Type: BlueCieloECM.InnoCielo.Meridian.ClientBriefcaseImportFlags
A bitmask that is a combination of bit flags from BriefcaseImportFlags.

Return Value

Type: Array
An array of result values for the operation for each document. Each row containing 4 columns related to imported documents.
  • 0: The ID property value of the document.
  • 1: Result of the operation (HRESULT): 0 - succeeded.
  • 2: If the operation succeeded, the GlobalID property value or path of the target document.
  • 3: If the operation succeeded, an extra flags mask.
See Also