Specifies the maximum time in seconds that the Content Engine will wait when retrieving content from an Image Services server.

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

ToggleSyntax

Visual Basic (Declaration)
Property TimeOutSeconds As Nullable(Of Integer)
C#
Nullable<int> TimeOutSeconds { get; set; }
Visual C++
property Nullable<int> TimeOutSeconds {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_timeOutSeconds();
function set_timeOutSeconds(value);

ToggleRemarks

ToggleSee Also