ChatProjectItemGetParticipant Method |  |
Gets the participant with the specified ID from this chat project.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxpublic ChatParticipantItem? GetParticipant(
string id
)
Parameters
- id String
- The ID of the participant.
Return Value
ChatParticipantItem
The participant, if found;
otherwise.
See Also