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