Click or drag to resize

ProjectItemGetChatProject Method

Gets the chat representation of this project.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public ChatProjectItem GetChatProject()

Return Value

ChatProjectItem

[Missing <returns> documentation for "M:Compiled.EDD.Scripting.ProjectItem.GetChatProject"]

Exceptions
ExceptionCondition
NotSupportedException Thrown when the project is not a chat project.
See Also