ASPX templates
Version 4.x > ASPX templates > API SelectNodes Example View modes: 
User avatar
Member
Member
doug - 9/9/2009 6:43:43 PM
   
API SelectNodes Example
Can someone provide me an example on how to peform SelectNodes via the API to query documents using a wildcard query on the Document Metadata Properties? Also, can someone point me to documentation and/or example on SelectNodes and other API calls? The Developer Guide and API doc are very limited.

Thanks in advance.

User avatar
Kentico Developer
Kentico Developer
kentico_martind - 9/22/2009 2:53:11 AM
   
RE:API SelectNodes Example
Hi Doug,

you can write SQL where condition into 'where' parameter of SelectNodes method. You can find metadata fields in CMS_Document table: DocumentPageTitle, DocumentPageKeyWords and DocumentPageDescription.

I'm not sure what exact information you need. In Api reference there are mentioned all overloads of SelectNodes method including descriptions of all its parameters.

Best Regards,

Martin Dobsicek