The referenced ContentElement is not a ContentTransfer. It is probably a ContentReference. This field is read-only.


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

Syntax

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

See Also