Click or drag to resize

ChatProjectItemGetParticipant Method

Gets the participant with the specified ID from this chat project.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public ChatParticipantItem? GetParticipant(
	string id
)

Parameters

id  String
The ID of the participant.

Return Value

ChatParticipantItem
The participant, if found; otherwise.
See Also