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).
Namespace: Scopos.BabelFish.DataModel.OrionMatchAssembly: BabelFish (in BabelFish.dll) Version: 1.12.5.15+bc7490f802416c9e774304c66372b6a26afede1d
public void AddShowParticipantRemark(
ParticipantRemark remark,
string reason = "",
int actionId = 0
)
Parameters
- remark ParticipantRemark
- reason String (Optional)
- actionId Int32 (Optional)
-