پروگرام دستاویز لائبریریوں کی فہرست ثانوی

مندرجہ ذیل کوڈ کا ٹکڑا دستاویز لائبریریوں کی فہرست حاصل کرنے کے لیے استعمال کیا جاتا ہے.

SPWeb _web = SPContext.Current.Web;


SPListCollection ListColl = _web.Lists;


foreach (SPList _lst میں ListColl)

{


اگر (_lst.BaseTemplate == SPListTemplateType.DocumentLibrary)

{

LibList.Items.Add(_lst.Title);

}

}

BaseTemplateType can be used to identify the Type of list.

رکن کی نمائندہ تصویر

آپ استعمال کر سکتے ہیں ہیں ان HTML ٹیگ

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