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

Syntax

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

See Also