Click or drag to resize

ScriptContextCreateDocument Method

Adds a new document into the project.

Namespace:  Compiled.EDD.Scripting
Assembly:  Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax
C#
public bool CreateDocument(
	DocumentItem document
)

Parameters

document
Type: Compiled.EDD.ScriptingDocumentItem
The document to be created.

Return Value

Type: Boolean
true if the document was added successfully; otherwise false.

Implements

IScriptContextCreateDocument(DocumentItem)
See Also