The maximum period of time in seconds that a single content chunk upload request can be delayed waiting for content to be read from the source or written to a destination replica.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also