Пример #1
0
 public static string[] GetGraphScopes()
 {
     return((from s in GraphScopes.Split(new string[] { " " }, StringSplitOptions.RemoveEmptyEntries)
             select $"{GraphBaseUrl}{s}").ToArray());
 }
Пример #2
0
 /// <summary>
 /// Sends the GetGraphResources message with the specified URI.
 /// </summary>
 /// <param name="uri">The URI.</param>
 /// <param name="scope">The scope.</param>
 /// <param name="groupByType">if set to <c>true</c> group by type.</param>
 /// <param name="depth">The depth.</param>
 /// <param name="contentTypes">The content types.</param>
 /// <returns>The message identifier.</returns>
 public long GetGraphResources(string uri, GraphScopes scope, bool groupByType = false, int depth = 1, params string[] contentTypes)
 {
     return(0);
 }