If you set this property on a sweep job, which runs one time only, be careful to allow sufficient time for the the job to process the entire table, especially if the table is very large. If the effective end date does not allow the necessary time, then the job will end before it completely processes the table.
Similarly, If you set this property on a run-once background search, be careful to allow sufficient time for the query to complete; otherwise, the sweep will end before returning all of the search results.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property EffectiveEndDate As Nullable(Of DateTime) |
C# |
---|
Nullable<DateTime> EffectiveEndDate { get; set; } |
Visual C++ |
---|
property Nullable<DateTime> EffectiveEndDate { Nullable<DateTime> get (); void set (Nullable<DateTime> value); } |
JavaScript |
---|
function get_effectiveEndDate(); function set_effectiveEndDate(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: DATE
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ