Click or drag to resize

ChatProjectItemGetChatSource Method

Gets the chat 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 ChatSourceItem? GetChatSource(
	string id
)

Parameters

id  String
The ID of the chat participant.

Return Value

ChatSourceItem
The chat participant, if found; otherwise.
See Also