ItemByName method: AssignedSection collection

Syntax

ItemByName(Name)

Description

The ItemByName method returns the AssignedSection object identified as Name from the AssignedSections collection.

Parameters

Parameter Description

Name

Specify the name of an existing AssignedSection within the AssignedSections collection.

Returns

An AssignedSection object if successful, NULL otherwise.

Example

&thisSection = &sectionCollection.ItemByName("SECTIONA");