For Babelfish Release 1.12.3.10

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.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
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