For Babelfish Release 1.12.5.15

CommandAutomationRemarkAction Property

Action describes what should be done to the remark specified, on the participants specified.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.5.15+bc7490f802416c9e774304c66372b6a26afede1d
C#
public RemarkVisibility Action { get; set; }

Property Value

RemarkVisibility

Remarks

  • SHOW: Adds the remark to the Participant and makes the remark visible.
  • HIDE: Hides the remark, if it exists on the Participant, making it not visible.
  • DELETE: Deletes the remark from the Participant.

See Also