| UpdateSingleInstanceInSeries Method | |
| See Also Example |
- pIActivity
The data for the single activity instance to be updated. The Activity object must contain the key of the object to be updated.
Updates an existing single instance from a recurring activity series.
The data for the activity, including the key of the activity to be updated, is contained in the Activity object passed to the method. To update an activity instance, you must first retrieve it using the GetSingleInstanceFromSeries method.
| Visual Basic |
|---|
Public Function UpdateSingleInstanceInSeries( _
ByVal pIActivity As Activity _
) As ActivityParams |
- pIActivity
The data for the single activity instance to be updated. The Activity object must contain the key of the object to be updated.
| Updating a Single Instance from an Activity Series (C#) | Copy Code | |
|---|---|---|
| ||