updated to log4j2
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Query xmlns="http://schemas.microsoft.com/sharepoint/">
|
||||
<Where>
|
||||
<And>
|
||||
<And>
|
||||
<Contains>
|
||||
<FieldRef Name="Editor" />
|
||||
<Value Type="Text">Chandler</Value>
|
||||
</Contains>
|
||||
<Contains>
|
||||
<FieldRef Name="FileRef" />
|
||||
<Value Type="Text">AuditDeleteTesting</Value>
|
||||
</Contains>
|
||||
</And>
|
||||
<Eq>
|
||||
<FieldRef Name="Created_x0020_Date" />
|
||||
<Value Type="DateTime">2013-09-11</Value>
|
||||
</Eq>
|
||||
</And>
|
||||
|
||||
</Where>
|
||||
</CamlQueryRoot>
|
||||
Reference in New Issue
Block a user