Click or drag to resize

ScriptContextGetProject Method

Gets the active project associated to this instance.

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

Return Value

ProjectItem
Returns active project assigned to this script.

Implements

IScriptContextGetProject
See Also