Content retrieval retry attempts (used when attempting to locate content before roll-forward is applied).


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

Syntax

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

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

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

Remarks

See Also