Skip to content

Commit d34bc12

Browse files
committed
Workshop de Aplicaciones en la nube
1 parent 21114f5 commit d34bc12

12 files changed

+37
-0
lines changed
Binary file not shown.
Binary file not shown.
3.65 MB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<ApplicationReference xmlns="http://schemas.microsoft.com/office/accessservices/2011/accdw">
3+
<URL>https://lanouse-b3c2b5cc5e62fb.sharepoint.com/CompartiMOSS</URL>
4+
</ApplicationReference>
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
string sQuery = @"<FieldRef Name=""Title"" /><FieldRef Name=""Apellido"" /><FieldRef Name=""Organizacion"" />";
2+
string sViewFields = @"<FieldRef Name=""Title"" /><FieldRef Name=""Apellido"" /><FieldRef Name=""Organizacion"" />";
3+
string sViewAttrs = @"";
4+
uint iRowLimit = 0;
5+
6+
var oQuery = new SPQuery();
7+
oQuery.Query = sQuery;
8+
oQuery.ViewFields = sViewFields;
9+
oQuery.ViewAttributes = sViewAttrs;
10+
oQuery.RowLimit = iRowLimit;
11+
12+
SPListItemCollection collListItems = oList.GetItems(oQuery);
13+
14+
foreach (SPListItem oListItem in collListItems)
15+
{
16+
}
17+
18+
"<View><ViewFields><FieldRef Name='ID'/><FieldRef Name='Title'/><FieldRef Name='Apellido'/><FieldRef Name='Organizacion'/></ViewFields></View>";%7B5173B1C7%2D2ED1%2D40BE%2DB03B%2D4763DAA52E62%7D
19+
20+
21+
22+
http://spdev/_api/search/query?querytext='fabian'
23+
24+
25+
https://florida1.sharepoint.com/sites/pn/?
26+
27+
28+
?11?:?21? ?AM
29+
Pruebaspo@fifco.com?
30+
31+
32+
33+
Vanenavar2311?
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)