Hi everyone,
I easily managed it to receive the data of a custom list "Business Object" with the following function of the .NET SDK:
IListResult GetListEx(string listName, IListFilter filter, KeyValuePair sortColumns, int page, intpageSize);
The DataSet I receive contains all columns and rows from the list attached Business Object.
In my custom list definition I only use a subset of columns from the BO, assigned column types and captions. How do I get these column definitions (captions, types) used in my custom list properties?? (from the Database?)
Cheers
Bjoern