Specifies the storage location for an object's content. This property is deprecated in FileNet P8 4.0 and is only set in upgraded object stores. It has been replaced by the StorageArea property.


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

Syntax

Visual Basic (Declaration)
ReadOnly Property StorageLocation As String
C#
string StorageLocation { get; }
C++
property string StorageLocation abstract  {
    String get();
}
J#
/** property */
public string get_StorageLocation();
JScript
public function get StorageLocation() : String

Remarks

See Also