Click or drag to resize

IScriptContextGetNewDocument Method

Gets a new document reference with the supplied docid.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
DocumentItem GetNewDocument(
	string docId
)

Parameters

docId  String
The document identifier to associate to the document.

Return Value

DocumentItem
A new document item reference that can be created.
Remarks
The DocumentItem is not added until it is passed to CreateDocument(DocumentItem).
See Also