Just wondering if this is even possible before I continue researching. Is it possible to order by content type? I seem to always get the same result no matter what I do with the Order by. Using the ID instead works perfectly.

query.Query = @"<Where>
                                    <And>
                                        <BeginsWith>
                                            <FieldRef Name='ContentTypeId' />
                                            <Value Type='ContentTypeId'>0x010039EFCF9C11783C409E74551800AB7525</Value>
                                        </BeginsWith>
                                        <Eq>
                                            <FieldRef Name='SectionTitle' />
                                            <Value Type='Lookup'>" + filter + @"</Value>
                                        </Eq>
                                    </And>
                                </Where>
                                <OrderBy Override='TRUE'>
                                    <FieldRef Name='ContentType' Ascending='FALSE' />
                                </OrderBy>";
link|improve this question

0% accept rate
you should ask to sharepoint.stackexchange.com – Steve B Jul 11 '11 at 10:54
Done, many thanks. – Chromanin Jul 11 '11 at 11:10
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.