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

Syntax

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

See Also