Esempio n. 1
0
File: CQ.cs Progetto: Sowz/CodeCaml
 /// <summary>
 ///     Returns &lt;Webs&gt; element with specified scope, to be used as Webs parameter of SharePoint data query.
 /// </summary>
 public static string Webs(CQQueryScope scope)
 {
     return new CQWebsElement(scope).GetCaml();
 }
Esempio n. 2
0
 public CQWebsElement(CQQueryScope scope)
 {
     Scope = scope;
 }