Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Collection of Only links list

  Asked By: Tara Rogers         Date: Dec 21, 2006      Category: Sharepoint      Views: 136
 

How can I get a collection of only links list using SharePoint OM? Please suggest ideas.

Tagged:          

 

4 Answers Found

 
Answer #1       Answered By: Harshita Padwal          Answered On: Dec 21, 2006       

Posted and answered in the same message you sent to the sharepoint  Yahoo group.

 
Answer #2       Answered By: Jennifer Jones          Answered On: Dec 21, 2006       

Yep got it..........................

 
Answer #3       Answered By: Annie Norris          Answered On: Dec 21, 2006       

Why can't you just get the full collection  of lists and then check the
BaseTemplate for each list  to see if it is equal to a SPListTemplateType
of "Links" (it's an enumeration not a string) when iterating the
collection? If it is equal, do what you need to do with a Links list.

 
Answer #4       Answered By: Chadd Hahn          Answered On: Dec 21, 2006       

That was my solution when he posted the message in the other mailing list.

 
Didn't find what you were looking for? Find more on Collection of Only links list Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].