The maximum amount of time, in seconds, to locate replicas and open a content element for retrieval. If the time limit is exceeded, the content retrieval request fails.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also