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)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property PublishRequestType As Nullable(Of Integer)
C#
Nullable<int> PublishRequestType { get; }
Visual C++
property Nullable<int> PublishRequestType {
	Nullable<int> get ();
}
JavaScript
function get_publishRequestType();

ToggleRemarks

ToggleSee Also