Specifies whether to reset the lifecycle state of the new checked-in version of a document to the initial state of its associated document lifecycle policy (
) or not (
). If the
property of a document's associated
object is set to
, the lifecycle state of the document will remain the same from one version to the next unless you explicitly change it using the document's
method.
Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property ResetLifecycleOnCheckin As Nullable(Of Boolean) |
C# |
---|
Nullable<bool> ResetLifecycleOnCheckin { get; set; } |
C++ |
---|
property Nullable<bool> ResetLifecycleOnCheckin abstract { Nullable<bool> get(); void set(Nullable<bool> value); } |
J# |
---|
/** property */ public Nullable<bool> get_ResetLifecycleOnCheckin(); /** property */ public void set_ResetLifecycleOnCheckin(Nullable<bool> value); |
JScript |
---|
public function get ResetLifecycleOnCheckin() : Nullable<bool> public function set ResetLifecycleOnCheckin(value : Nullable<bool>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: BOOLEAN
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: false
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ