↧
Reorder SharePoint list fields from code
There’s no function in the SharePoint API to reorder the fields of a SharePoint list. You have to make use of the ProcessBatchDate from the SPWeb class. /// /// This function reorders the fields in the...
View ArticleSimplify reading and writing field values of type SPFieldUser, SPFieldUrl and...
To read or write values to fields of type SPFieldUser or SPFielLookup is an annoying task because you have to create field value objects bevore you can write your values into a field. The following...
View Article