சென்னை

வேலைத்திட்ட ஆவண நூலகங்கள் பட்டியல் பெற

பின்வரும் குறியீடு துணுக்கை ஆவண நூலகத்தில் பட்டியல் பெற பயன்படுத்தப்படுகிறது.

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>