SaveAs Method (Article)

Build 1501 on 14/Nov/2017  This topic last edited on: 22/Mar/2016, at 17:07

Description

Saves the article programmatically to a new copy with given name in given folder, without any prompt/dialog box.

Available in Ted.

Syntax

object.SaveAs (string NewName, TItemId FolderId)

object

Required. Object name. Returned by Ted.GetActiveArticle,

newName

Required. Name of the copy.

FolderId

Required. Folder id of the copy.

Context

Article object

See also

SaveDlg, SaveTexts