Previous Topic: Welcome

Next Topic: Known Issues

New Feature

Support for Multi-Valued Attributes

The following tow methods have been added to support multi-valued attributes:

string[] GetAttributeMV (string name) Gets the specified attribute, returning all values supplied.
Hashtable GetAttributesMV () Returns the attributes with all of their values. Each entry in the map is a string [].