The PutContent write operation failed because no StorageArea or StoragePolicy has been defined for this content. This field is read-only.


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

Syntax

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

See Also