The TSM object cannot be created, it contains more content elements than allowed by the TSM server (see TXNGROUPMAX). This field is read-only.
Namespace:
FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared ReadOnly CONTENT_FCP_TSM_TOO_MANY_CONTENT_ELEMENTS As ExceptionCode |
C# |
---|
public static readonly ExceptionCode CONTENT_FCP_TSM_TOO_MANY_CONTENT_ELEMENTS; |
C++ |
---|
public: static const ExceptionCode CONTENT_FCP_TSM_TOO_MANY_CONTENT_ELEMENTS; |
J# |
---|
public static final ExceptionCode CONTENT_FCP_TSM_TOO_MANY_CONTENT_ELEMENTS |
JScript |
---|
public static const var CONTENT_FCP_TSM_TOO_MANY_CONTENT_ELEMENTS : ExceptionCode; |
See Also