Click or drag to resize

DocumentItemHasText Method

Determines whether the document has any text file(s) linked.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public bool HasText()

Return Value

Boolean
true if the document has a text file reference; otherwise, false.
See Also