Dont assume that the column is Title. The internal name is LinkTitle
SPView listView = list.DefaultView;
SPViewFieldCollection listViewFieldColl = listView.ViewFields;
listViewFieldColl.Delete("LinkTitle");
listView.Update();
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment