Hevea documentation

EditableList.GetPostedValues Method 

Gets the posted values of the list.

public static ArrayList GetPostedValues(
   WebPage owner,
   string id
);

Parameters

owner
list owner
id
list identifier

Return Value

posted values

Exceptions

Exception Type Condition
ArgumentNullException owner or id is null

See Also

EditableList Class | Hevea.Core.Http.Html.UI Namespace