Search
ItemModifiedEvent.getOldResources Method
See Also
 






Gets the old resources the item was associated with. This list can contain Contact, Location, Task or Resource objects depending on the current grouping type.

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

 Syntax

Java  Copy Code

public ResourceList<Resource> getOldResources ()

 Return Value

A collection of resources originally associated with the item.

 See Also