public static string[] GetGraphScopes() { return((from s in GraphScopes.Split(new string[] { " " }, StringSplitOptions.RemoveEmptyEntries) select $"{GraphBaseUrl}{s}").ToArray()); }
/// <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); }