For Babelfish Release 1.12.3.10

RemarkListHideParticipantRemark Method

If this RemarkList is showing a ParticipantRemark of type remark, then a new RemarkAction is added to hide it. If the RemarkList is not showing a ParticpantRemark of type remark, then no RemarkAction is added.

Definition

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

Parameters

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

See Also