Kerfisbundið Sækja Listi yfir Skjal bókasöfn

Eftirfarandi númer seðillinn notað til að sækja lista yfir bókasöfnum skjal.

SPWeb _web = SPContext.Current.Web;


SPListCollection ListColl = _web.Lists;


framhandleggur (SPList _lst í ListColl)

{


ef (_lst.BaseTemplate == SPListTemplateType.DocumentLibrary)

{

LibList.Items.Add(_lst.Title);

}

}

BaseTemplateType er hægt að nota til að greina tegund lista.

Skildu eftir svar

Hægt er að nota þessi HTML tög

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>