Determines if requests may be forwarded from a Site. The value of this property is True if the Site can forward requests; otherwise, it is False (the default). The property value must be explicitly set to True when configuring the domain for request forwarding. Note: If the value is False, no requests may be forwarded from any virtual server in the site.

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

ToggleSyntax

Visual Basic (Declaration)
Property CanForwardRequests As Nullable(Of Boolean)
C#
Nullable<bool> CanForwardRequests { get; set; }
Visual C++
property Nullable<bool> CanForwardRequests {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}
JavaScript
function get_canForwardRequests();
function set_canForwardRequests(value);

ToggleRemarks

ToggleSee Also