Publishing does not support a content reference as the first content element of the source document. 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_REFERENCE_NOT_SUPPORTED As ExceptionCode |
C# |
---|
public static readonly ExceptionCode PUBLISH_CONTENT_REFERENCE_NOT_SUPPORTED; |
C++ |
---|
public: static const ExceptionCode PUBLISH_CONTENT_REFERENCE_NOT_SUPPORTED; |
J# |
---|
public static final ExceptionCode PUBLISH_CONTENT_REFERENCE_NOT_SUPPORTED |
JScript |
---|
public static const var PUBLISH_CONTENT_REFERENCE_NOT_SUPPORTED : ExceptionCode; |
See Also