Skip to content

Instantly share code, notes, and snippets.

@gerhart92
Created July 29, 2021 10:22
Show Gist options
  • Save gerhart92/752cafc946123a11873485d0b99607a7 to your computer and use it in GitHub Desktop.
Save gerhart92/752cafc946123a11873485d0b99607a7 to your computer and use it in GitHub Desktop.
public class Program
{
using Sitecore.Feature.Hubspot.Models;
public static void Main(string[] args)
{
var model = Sitecore.XConnect.Serialization.XdbModelWriter.Serialize(HubspotScoreFacetModel.Model);
File.WriteAllText(HubspotScoreFacetModel.Model.FullName + .json, model);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment