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