Répondre

2

Vous pouvez faire quelque chose comme ceci:

Dim objmyList As SP.List = g_objCore.Security.Web.Lists.GetByTitle(“**Your List Name*”) 
Dim objmyView As SP.View = objmyList.Views.GetByTitle(“*Your View Name*”) 

comme décrit dans cet exemple: http://www.learningsharepoint.com/2010/09/05/get-list-views-in-sharepoint-2010-client-object-model-programmatically/

+0

Liste ici, mais je dois vue. – Evgeny

+1

Le code lié obtient à la fois la liste et la vue. – Ryan

Questions connexes