Edition Script

Build 1501 on 14/Nov/2017  This topic last edited on: 9/May/2012, at 13:03

Description

Returns the edition id, using the object supplied as parameter.

Syntax

Dim editionid as Integer = Edition(obj)

param

a generic object, that has a editionRef. Typically, it's the page object.

Code

  <Extension()> _

  Public Function Edition(ByVal obj As IGenericAttrObj) As Integer

    Return GetInteger(obj, "editionRef")

  End Function

See also

Zone Script