Search
Schedule.unregisterClass Method (String)
See Also
 






Unregisters the item or resource with the specified class id from the system.

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

 Syntax

Java  Copy Code

public static void unregisterClass (
    String classId
)

 Parameters

classId

The string identifier of an item or resource class.

 See Also