The date and time this sweep rule becomes effective and eligible to run.
If this property is not set, then the sweep is eligible to start immediately.
(It will not start immediately if, for example, the sweep is disabled, or
if timeslots are set to times in the future.)
Namespace:
FileNet.Api.Sweep
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property EffectiveStartDate As Nullable(Of DateTime) |
| C# |
|---|
Nullable<DateTime> EffectiveStartDate { get; set; } |
| Visual C++ |
|---|
property Nullable<DateTime> EffectiveStartDate { Nullable<DateTime> get (); void set (Nullable<DateTime> value); } |
| JavaScript |
|---|
function get_effectiveStartDate(); function set_effectiveStartDate(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