Holen Sie die url von Elementen in sharepoint-Dokument-Bibliothek

ich ein Dokument Bibliothek in sharepoint

was ist das Feld für die url der hochgeladenen Dokumente?
siehe Kommentar unten, um zu sehen, was ich versuche zu tun,

SPDataSource dataSource = new SPDataSource();
dataSource.List = site.RootWeb.Lists["myList"];

 this.myDropDownList.DataSource = dataSource;
 this.myDropDownList.DataTextField = "Name";
 //this.myDropDownList.DataValueField = "URL";//what should this be??
 this.myDropDownList.DataBind();
InformationsquelleAutor raklos | 2009-06-30
Schreibe einen Kommentar