Search
Appointment.setLocked Method
See Also
 






Sets a value indicating whether users are forbidden to modify this appointment.

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

 Syntax

Java  Copy Code

public void setLocked (
    boolean value
)

 Parameters

value

true if users are not allowed to modify the appointment interactively; otherwise false. Default value is false.

 See Also