Click or drag to resize

DocumentItemGetNewText Method

Gets a new TextItem reference which can be linked to this instance via SetText(TextItem)

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public TextItem GetNewText(
	string textFilePath
)

Parameters

textFilePath  String
The full path to the text file.

Return Value

TextItem
A new TextItem reference that can be linked to this document.
See Also