Namespace:
FileNet.Api.Constants
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public const INBOUND_DISPATCHER_ENABLED As String = "InboundDispatcherEnabled" |
C# |
---|
public const string INBOUND_DISPATCHER_ENABLED = "InboundDispatcherEnabled"; |
C++ |
---|
public: const String INBOUND_DISPATCHER_ENABLED = L"InboundDispatcherEnabled"; |
J# |
---|
public const string INBOUND_DISPATCHER_ENABLED = "InboundDispatcherEnabled" |
JScript |
---|
public const INBOUND_DISPATCHER_ENABLED : String = "InboundDispatcherEnabled"; |
See Also