Node text data is expected to be formatted as a pair: name:value. This field is read-only.


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

Syntax

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

See Also