You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried using the overload that accepts existingOrderBy; however, it strips the Override attribute off. Also, since there is no way to only include an existingOrderBy field it duplicated the FieldRef element.
The text was updated successfully, but these errors were encountered:
sadomovalex[CodePlex] hi zyzil,
thank you for the feedback. Yes, at the moment there is no possibility to specify Override attribute for OrderBy element by code (you may add it still to resulting string .Replace(OrderBy, OrderBy Override='TRUE')). I added it
to development tasks list https://camlex.codeplex.com/wikipage?title=Future%20improvements.
zyzil[CodePlex]
There is not a way currently to express the override attribute of an order by clause such as this example:
ltOrderBy Override='TRUE'gtltFieldRef Name='ID'gtlt/OrderBygt
I tried using the overload that accepts existingOrderBy; however, it strips the Override attribute off. Also, since there is no way to only include an existingOrderBy field it duplicated the FieldRef element.
The text was updated successfully, but these errors were encountered: