The number of times a worker thread is to attempt renaming and moving a content file from the inbound directory to its permanent location in the storage area. Also, the number of milliseconds that the thread is to wait after each failed attempt before making another renaming attempt. If all attempts fail, the thread returns the item associated with the content file to the content queue for future processing.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also