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)
Visual Basic (Declaration) |
---|
ReadOnly Property TimeAllSubmitted As Nullable(Of DateTime) |
C# |
---|
Nullable<DateTime> TimeAllSubmitted { get; } |
Visual C++ |
---|
property Nullable<DateTime> TimeAllSubmitted {
Nullable<DateTime> get ();
} |
JavaScript |
---|
function get_timeAllSubmitted();
|