Skip to content

Instantly share code, notes, and snippets.

@rhysgodfrey
Last active June 14, 2016 15:20
Show Gist options
  • Save rhysgodfrey/248c41461b04b25eed94e969f3072a86 to your computer and use it in GitHub Desktop.
Save rhysgodfrey/248c41461b04b25eed94e969f3072a86 to your computer and use it in GitHub Desktop.
var urls = Telligent.Evolution.Extensibility.Api.Version1.PublicApi.Url;
var blogs = Telligent.Evolution.Extensibility.Api.Version1.PublicApi.Blogs;
var context = urls.CurrentContext;
var blogInfo = context.ContextItems.Find(item => item.ContentTypeId == blogs.ContentTypeId);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment