Helpful-Libraries
Helpful-Libraries copied to clipboard
OCC-245: Update OC preview version and fix breaking changes
FYI after updating to the latest preview packages, you'll need to change TotalOfContentTypeBuilder to have this signature for Build(), with ISchema schema, added (nothing else needed):
public void Build(ISchema schema, FieldType contentQuery, ContentTypeDefinition contentTypeDefinition, ContentItemType contentItemType)
Same for ContentItemTypeBuilder in the Training Demo.