Click or drag to resize

IScriptContextCreateDocument Method

Creates the supplied document.

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

Parameters

document
Type: Compiled.EDD.ScriptingDocumentItem
The document to create.

Return Value

Type: Boolean
true if created successfully, false otherwise.
See Also