Search
Schedule.getMasterById Method
See Also
 






In a recurrence, gets the recurrence master item with the specified id.

Namespace: MindFusion.Scheduling
File: Schedule.js

 Syntax

JavaScript  Copy Code

function getMasterById (id)

 Parameters

id

String. The id of the master item.

 Return Value

The item; null if no master item with the specified id has been found.

 See Also