Namespace: FileNet.Api.Constants
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public const OUTBOUND_BATCH_SIZE As String = "OutboundBatchSize"
C#
public const string OUTBOUND_BATCH_SIZE = "OutboundBatchSize";
C++
public:
 const String OUTBOUND_BATCH_SIZE = L"OutboundBatchSize";
J#
public const string OUTBOUND_BATCH_SIZE = "OutboundBatchSize"
JScript
public const OUTBOUND_BATCH_SIZE : String = "OutboundBatchSize";

See Also