Skip to content

Instantly share code, notes, and snippets.

@chrismrgn
Last active August 29, 2015 14:05
Show Gist options
  • Save chrismrgn/20be88efe8556a1e1649 to your computer and use it in GitHub Desktop.
Save chrismrgn/20be88efe8556a1e1649 to your computer and use it in GitHub Desktop.
Add Claim to Ambient Data Framework Claim Store from C#
AmbientDataContext.CurrentClaimStore.Put(new Uri("CLAIM_URI"),
CLAIM_VALUE,
Tridion.ContentDelivery.AmbientData.Runtime.ClaimType.Normal);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment