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)

Syntax

Visual Basic (Declaration)
Property RenameFileRetryAttempts As Nullable(Of Integer)
C#
Nullable<int> RenameFileRetryAttempts { get; set; }
C++
property Nullable<int> RenameFileRetryAttempts abstract  {
    Nullable<int> get();
    void set(Nullable<intvalue);
}
J#
/** property */
public Nullable<int> get_RenameFileRetryAttempts();

/** property */
public void set_RenameFileRetryAttempts(Nullable<intvalue);
JScript
public function get RenameFileRetryAttempts() : Nullable<int>

public function set RenameFileRetryAttempts(value : Nullable<int>);

Remarks

See Also