Share via


DictType.extendedBy Method

Retrieves a list of type IDs for extended data types (EDTs) that are extended by the current EDT.

Syntax

public List extendedBy([boolean _allLevels])

Run On

Called

Parameters

  • _allLevels
    Type: boolean
    A Boolean value that indicates whether to return the list of EDTs from all level IDs; optional.

Return Value

Type: List Class
A list of type IDs for EDTs that are extended by the current EDT.

See Also

Reference

DictType Class