CAML查询办公室365 [英] CAML query-office 365

查看:75
本文介绍了CAML查询办公室365的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

CAML查询检查列表中是否有相同的创建项目 日期。



我使用一个CAML查询从文档库中检索了一些文档列表项。



现在在此查询中,我检索了特定的3个文档项。

CAML query to check if list items which has same Created  Date .

I have retrieved some documents list items from document library using one CAML query.

Now in this query I have retrieved specific 3 document items .

现在我必须检查这三个文档是否具有相同的修改日期。 br />


如何检查?

Now I have to check if this three document have same modified date or not.

How can I check this?

Shubha

推荐答案

嗨Shubha,

Hi Shubha,

如果你使用PowerShell,我们可以写数据并检查这三个文档具有相同的修改日期。

If you use PowerShell, we can write data and check if those three document have same modified date.


ListItems | ForEach-Object {
Write-Host -ForegroundColor Yellow" Last Modified Time:"
ListItems | ForEach-Object { Write-Host -ForegroundColor Yellow "Last Modified Time: "


_ [" Modified"]
}
_["Modified"] }

最好的问候,

Dennis


这篇关于CAML查询办公室365的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆