Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hbulens/d52c2df7208c75b15aae81b3d066199b to your computer and use it in GitHub Desktop.
Save hbulens/d52c2df7208c75b15aae81b3d066199b to your computer and use it in GitHub Desktop.
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