IScriptContextGetNewDocument Method |  |
Gets a new document reference with the supplied docid.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
SyntaxDocumentItem GetNewDocument(
string docId
)
Parameters
- docId String
- The document identifier to associate to the document.
Return Value
DocumentItemA new document item reference that can be created.
Remarks
See Also