DocumentItemGetNewPage Method |  |
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxpublic PageItem GetNewPage(
string identifier,
string pageFilePath
)
Parameters
- identifier String
- The page (bates) identifier.
- pageFilePath String
- The full path to the page file.
Return Value
PageItemA new
PageItem reference that can be linked to this document.
See Also