AfStronglyTypedDataContainer.get_NewList Method [AX 2012]

Gets data items of the type data container list.

Syntax

protected AfStronglyTypedDataContainerList get_NewList(str _name)

Run On

Called

Parameters

  • _name
    Type: str
    The data item name.

Return Value

Type: AfStronglyTypedDataContainerList Class
The value of the data item of a type data container list (AfDataContainerList).

Remarks

This method creates a new data container list data item. If the data item already exists, the method throws an exception.

See Also

Reference

AfStronglyTypedDataContainer Class