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

Syntax

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

See Also