Skip to content

Instantly share code, notes, and snippets.

@mattbrailsford
Created November 3, 2015 15:01
Show Gist options
  • Save mattbrailsford/ed41e67377bd45560cbe to your computer and use it in GitHub Desktop.
Save mattbrailsford/ed41e67377bd45560cbe to your computer and use it in GitHub Desktop.
var config = Model.Content.GetPropertyValue<uTwitModel>(twitterOAuthPropertyAlias, true);
var config = Model.Content.AncestorOrSelf(1).GetPropertyValue<uTwitModel>(twitterOAuthPropertyAlias)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment