PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my settings
my profile
Public Pastes
Untitled
1 sec ago
asdasd
SQL | 1 sec ago
Graphics DrawImage...
3 sec ago
Abundant - defecti...
9 sec ago
Untitled
13 sec ago
Untitled
12 sec ago
How can I add mult...
15 sec ago
CSI S12E15 HDTV Xv...
15 sec ago
WSS 3.0 - Can not display created custom template lists with web services
By: a guest on Jan 28th, 2012 | syntax:
None
| size: 0.23 KB | hits: 11 | expires: Never
download
|
raw
|
embed
|
report abuse
Copied
string listName = "ListTemplateName";
foreach (SPListTemplate template in web.ListTemplates)
{
if (template.InternalName.Equals(internalName))
{
return template;
}
}
create a
new version
of this paste
RAW Paste Data
string listName = "ListTemplateName"; foreach (SPListTemplate template in web.ListTemplates) { if (template.InternalName.Equals(internalName)) { return template; } }