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