AttributeCollection Class

Base class for attribute collections, used by Profile data object to house the Constituent Attributes. Only attribute types that have been mapped in the CMS System Options will exist in this collection.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListAttributeValue
    BBNCExtensions.API.DataObjectsAttributeCollection

Namespace: BBNCExtensions.API.DataObjects
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
public class AttributeCollection : List<AttributeValue>

The AttributeCollection type exposes the following members.

Constructors
  NameDescription
Public methodAttributeCollection
Methods