$ActivityStream.Remove
Overview
Removes the activity.
void $ActivityStream.Remove(id: string)
Arguments
string id
Id of the activity to be deleted.
Example
Removes the activity.
$ActivityStream.Remove($Xml.Evaluate('ActivityId'));
Copyright © 2010 - 2023 Emakin. All rights reserved.