Share via


RetailAttributeHelper::isAttributeTypeImages Method [AX 2012]

Checks for the image attribute type.

Syntax

client server public static boolean isAttributeTypeImages(RecId _attributeTypeId)

Run On

Called

Parameters

  • _attributeTypeId
    Type: RecId Extended Data Type
    The record id of the attribute group for the attribute beign looked up.

Return Value

Type: boolean
true if attribute type is image;otherwise false.

See Also

Reference

RetailAttributeHelper Class