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: 9.0.0.0-142fa9725
Syntax
C#
bool CreateDocument(
	DocumentItem document
)

Parameters

document  DocumentItem
The document to create.

Return Value

Boolean
true if created successfully, false otherwise.
See Also