The current operation ({0}) is not supported or invalid for the federated document. This field is read-only.


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

Syntax

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

See Also