IsMultiple Method

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

Description

Returns true if the node is part of a sequence of multiple nodes of the same type.

Available in Ted and in Fred.

Syntax

dim bValue as Boolean = object.IsMultiple

object

Required. Object name. Returned by the GetRootNode, GetCurNode, GetTxtNode, GetParent, GetChild functions of the object, returned by Ted.GetActiveArticle.

Remarks

E.g. in the article:

 Article

         Head

         Body

         Photo 1

         Photo 2

         ...

         Photo N

IsMultiple is false for Head and Body, it is true for Photo 1 to Photo N.

Context

Node object