For Babelfish Release 1.12.3.10

RemarkListAddShowParticipantRemark Method

Adds a new RemarkAction, with visility SHOW, to this RemarkList. If this RemarkList is already shwoing a ParticipantRemark of type remark, then two Remarks are added, one SHOW and one HIDE (which keeps the balance of showing 1 or 0).

Definition

Namespace: Scopos.BabelFish.DataModel.OrionMatch
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
C#
public void AddShowParticipantRemark(
	ParticipantRemark remark,
	string reason = "",
	int actionId = 0
)

Parameters

remark  ParticipantRemark
reason  String  (Optional)
actionId  Int32  (Optional)
 

See Also