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)

ToggleSyntax

Visual Basic (Declaration)
<ObsoleteAttribute("As of release 4.0.0.")> _
ReadOnly Property StorageLocation As String
C#
[ObsoleteAttribute("As of release 4.0.0.")]
string StorageLocation { get; }
Visual C++
[ObsoleteAttribute(L"As of release 4.0.0.")]
property String^ StorageLocation {
	String^ get ();
}
JavaScript
function get_storageLocation();

ToggleRemarks

ToggleSee Also