ChatProjectItemGetChatSource Method |  |
Gets the chat 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 ChatSourceItem? GetChatSource(
string id
)
Parameters
- id String
- The ID of the chat participant.
Return Value
ChatSourceItem
The chat participant, if found;
otherwise.
See Also