Indicates the time when all requests have been submitted for this indexing job. This value is null if all index requests have not yet been submitted. Note that this property does not indicate completion of the requests contained in the indexing job (see the JobStatus property for this information).


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

Syntax

Visual Basic (Declaration)
ReadOnly Property TimeAllSubmitted As Nullable(Of Date)
C#
Nullable<DateTime> TimeAllSubmitted { get; }
C++
property Nullable<DateTime> TimeAllSubmitted abstract  {
    Nullable<DateTime> get();
}
J#
/** property */
public Nullable<DateTime> get_TimeAllSubmitted();
JScript
public function get TimeAllSubmitted() : Nullable<DateTime>

Remarks

See Also