Specifies an integer that indicates the type of publish request. This property is used internally by the Content Engine API.


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

Syntax

Visual Basic (Declaration)
ReadOnly Property PublishRequestType As Nullable(Of Integer)
C#
Nullable<int> PublishRequestType { get; }
C++
property Nullable<int> PublishRequestType abstract  {
    Nullable<int> get();
}
J#
/** property */
public Nullable<int> get_PublishRequestType();
JScript
public function get PublishRequestType() : Nullable<int>

Remarks

See Also