SectionsFind Script

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

Description

Returns section name for the specified page object.

Syntax

Dim strSectionName As String = SectionsFind(SourcePageobj.sectionRefAttr).nameAttr

SourcePageObj.sectionRefAttr

created as Dim SourcePageobj As Schema.Class.pageObj = EditorialLogin.Get().PageGet(objPage) where objpage arrives as selected page in navigator, e.g. through Dim res = CopyPage(objectId, bPrompt, iKeyPressed)