Publishing requires that the source document must contain a content element, but none was found. This field is read-only.


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

Syntax

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

See Also