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

Syntax

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

See Also