Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
using (ConsoleColorScope scope = new ConsoleColorScope(ConsoleColor.Yellow, null))
{
Console.WriteLine(string.Format("Start checking permissions on site {0} for list {1}", siteUrl, listname));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment