Unlink Method (Article)

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

Description

Unlinks the current article (texts and pictures).

If its Boolean parameter is true, unlinks the article from page, but keeps the geometry as local.

Syntax

object.Unlink (bMakeTemplate)

object

Required. Object name. Returned by Fred.GetActiveArticle.

bMakeTemplate

Required. If FALSE, just unlinks. If TRUE, converts article to template.

Example

This script unlinks the article and removes the geometry from it.

If Fred.HasActiveArticle Then

  Fred.GetActiveArticle.Unlink (FALSE)

End If

Context

Article object

See also

LinkSelected