SaveTexts Method (Article)

Build 1501 on 14/Nov/2017  This topic last edited on: 10/Oct/2016, at 13:04

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

Save, SaveDlg