Click or drag to resize

BCFolderUISetOptions Method (ItemOptionFlags, Int32)

Sets batch transaction options.

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 void SetOptions(
	ItemOptionFlags flags,
	int docsPerTransaction
)

Parameters

flags
Type: BlueCieloECM.InnoCielo.Meridian.ClientItemOptionFlags
A bitmask that is a combination of bit flags from ItemOptionFlags.
docsPerTransaction
Type: SystemInt32
The number of documents processed per transaction.
See Also