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