Search
RecurringItemConfirmEvent.setConfirmAll Method
See Also
 






Sets a value indicating whether the operation is allowed for all occurrences of a repeating item.

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

 Syntax

Java  Copy Code

public void setConfirmAll (
    boolean value
)

 Parameters

value

true to allow the operation for all occurrences of the recurring item.

 See Also