Specifies an error code for a publish request that is in an error state.


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

Syntax

Visual Basic (Declaration)
ReadOnly Property ErrorCode As String
C#
string ErrorCode { get; }
C++
property string ErrorCode abstract  {
    String get();
}
J#
/** property */
public string get_ErrorCode();
JScript
public function get ErrorCode() : String

Remarks

See Also