Indicates whether the referenced predecessor is one of a set of alternates for the successor task.
If false, the predecessor task in the relationship is required, meaning that the predecessor task
must be completed before the successor task is allowed to advance.
If true, the predecessor task in the relationship is not required, but rather serves as an alternate in a
group of multiple alternates associated with the same successor task.
If any of the alternate predecessor tasks are completed, the successor task is allowed to advance,
subject to any required predecessors having also completed.
Namespace:
FileNet.Api.Core
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Property CmDefinesAlternatePredecessor As Nullable(Of Boolean) |
C# |
---|
Nullable<bool> CmDefinesAlternatePredecessor { get; set; } |
Visual C++ |
---|
property Nullable<bool> CmDefinesAlternatePredecessor {
Nullable<bool> get ();
void set (Nullable<bool> value);
} |
JavaScript |
---|
function get_cmDefinesAlternatePredecessor();
function set_cmDefinesAlternatePredecessor(value); |