Search
RecurringItemConfirmEvent.setConfirmOccurrence Method
See Also
 






Sets a value indicating whether the operation is allowed for the particular occurrence.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void setConfirmOccurrence (
    boolean value
)

 Parameters

value

true to allow the operation for the specified item's occurrence; otherwise, false.

 See Also