Description
Returns the database id of the folder the text is in.
Available in Ted and in Fred.
Syntax
object.FolderId |
object
Required. Object name. Returned by Ted.GetActiveTxt, objNode.GetTxt or objArticle.GetTxt(nIdx).
Example
This script displays the id of the text's folder.
If Ted.HasActiveTxt Then
Dim objT = Ted.GetActiveTxt
Dim id = objT.FolderId
MsgBox("This is id of the text's folder:" & id)
End If
Context
Text object