Kentico 10表达顺序

时间:2017-11-10 23:26:10

标签: filter kentico

我正在努力想出一个有条件的表达式,它可以满足我们的需要。

我需要能够订购最新的更新/修改。

我正在使用另一组具有发布日期的数据

BlogPostDate DESC

我过滤掉的数据没有这样的字段。 Kentico是否有像NodeLevel,NodeOrder,NodeName这样的order by子句,但最近更新了吗?

1 个答案:

答案 0 :(得分:2)

您可以使用<div id="leg-chkAll"> <input type="checkbox"> <span class="leg-des">All</span> </div> <div id="legend"> <div id="leg-evt1"> <input type="checkbox" class="leg-chk" checked> <span class="leg-cod ev-event1">E1</span> <span class="leg-des">Event1</span> <span class="leg-day">1</span> </div> <div id="leg-evt2"> <input type="checkbox" class="leg-chk" checked> <span class="leg-cod ev-event2">E2</span> <span class="leg-des">Event2</span> <span class="leg-day">10</span> </div> <div id="leg-evt3"> <input type="checkbox" class="leg-chk" checked> <span class="leg-cod ev-event3">E3</span> <span class="leg-des">Event3</span> <span class="leg-day">3</span> </div> <div id="leg-evt4"> <input type="checkbox" class="leg-chk" disabled> <span class="leg-cod ev-event4">E4</span> <span class="leg-des">Event4</span> <span class="leg-day">0</span> </div> <div id="leg-evt5"> <input type="checkbox" class="leg-chk" checked> <span class="leg-cod ev-event5">E5</span> <span class="leg-des">Event5</span> <span class="leg-day">6</span> </div> </div>,它是TreeNode类的DateTime属性。

https://devnet.kentico.com/docs/9_0/api/html/P_CMS_DocumentEngine_TreeNode_DocumentModifiedWhen.htm