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

Syntax

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

See Also