Description
Saves the article.
Available in Ted and Fred.
Syntax
object.Save |
object
Required. Object name. Returned by Ted.GetActiveArticle.
Example
This script saves the article.
If Ted.HasActiveArticle Then
dim objArticle = Ted.GetActiveArticle
objArticle.Save
End If
Context
Article object
See also