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