首页 > 代码库 > SharePoint CAML判断一个列表项是否有附件

SharePoint CAML判断一个列表项是否有附件

            <Eq>
               <FieldRef Name=‘Attachments‘ />
               <Value Type=‘Attachments‘>1</Value>
            </Eq>