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: 7.6.1.3-5cb5c356
SyntaxDocumentItem GetNewDocument(
string docId
)
Parameters
- docId
- Type: SystemString
The document identifier to associate to the document.
Return Value
Type:
DocumentItemA new document item reference that can be created.
Remarks
See Also