Exemplo n.º 1
0
Arquivo: CQ.cs Projeto: 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();
 }
Exemplo n.º 2
0
 public CQWebsElement(CQQueryScope scope)
 {
     Scope = scope;
 }