Specifies the trace flags applied to the classes in the Publish subsystem. This value can be one or a combination (ANDed) of the fields in the TraceFlag class.


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

Syntax

Visual Basic (Declaration)
Property PublishTraceFlags As Nullable(Of Integer)
C#
Nullable<int> PublishTraceFlags { get; set; }
C++
property Nullable<int> PublishTraceFlags abstract  {
    Nullable<int> get();
    void set(Nullable<intvalue);
}
J#
/** property */
public Nullable<int> get_PublishTraceFlags();

/** property */
public void set_PublishTraceFlags(Nullable<intvalue);
JScript
public function get PublishTraceFlags() : Nullable<int>

public function set PublishTraceFlags(value : Nullable<int>);

Remarks

See Also