Description
Saves all article elements at once.
Available in Ted and Fred.
Syntax
object.SaveTexts |
object
Required. Object name. Returned by Ted.GetActiveArticle.
Example
This script saves the article and article texts.
If Ted.HasActiveArticle Then
Dim objA = Ted.GetActiveArticle
objA.Save
objA.SaveTexts
End If
Context
Article object
See also