AttributesAttributes Method

Returns a list of attribute items of the specified attribute type.

Namespace: BBNCExtensions.API.Utility
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
public abstract List<AttributeItem> Attributes(
	EAttributeRecordTypes attrType
)

Parameters

attrType
Type: BBNCExtensions.InterfacesEAttributeRecordTypes
The record type of the attribute items to retrieve.

Return Value

Type: ListAttributeItem
A list of API.DataObjects.AttributeItem objects.