The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
218 views

How to Search custom columns for a content type and display in SPGridView

I have a custom task content type based on the task content type which has a custom priority column, custom assigned to column etc. There are many instances of the task list in multiple site ...
2
votes
2answers
265 views

FullTextSqlQuery - cant add ContentType to Query

I'm using FullTextSqlQuery to perform search on a specific list. Query returns results properly, but when I try to add ContentType column to select clause SELECT Title,ContentType,Path FROM SCOPE() ...