An object is not from the current document space. This field is read-only.


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

Syntax

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

See Also