Skip to content

Instantly share code, notes, and snippets.

@hishaamn
Created May 28, 2017 16:39
Show Gist options
  • Save hishaamn/d576eba32524399a0d6167bb8422e5d5 to your computer and use it in GitHub Desktop.
Save hishaamn/d576eba32524399a0d6167bb8422e5d5 to your computer and use it in GitHub Desktop.
Get Tracking Field
var homeItem = db.GetItem(new ID("{110D559F-DEA5-42EA-9C1C-8A5DF7E70EF9}"));
TrackingField trackingField;
ProfileUtil.GetProfiles(homeItem, out trackingField);
TagProfile(trackingField, homeItem);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment