The StorageArea is not open This field is read-only.


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

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly CONTENT_SA_STORAGE_AREA_NOT_OPEN As ExceptionCode
C#
public static readonly ExceptionCode CONTENT_SA_STORAGE_AREA_NOT_OPEN;
C++
public:
 static const ExceptionCode CONTENT_SA_STORAGE_AREA_NOT_OPEN;
J#
public static final ExceptionCode CONTENT_SA_STORAGE_AREA_NOT_OPEN
JScript
public static const var CONTENT_SA_STORAGE_AREA_NOT_OPEN : ExceptionCode;

See Also