Skip to content

Instantly share code, notes, and snippets.

@sitefinitySDK
Created November 10, 2020 23:49
SF_13.2, SF_13.3, SF_14.0, SF_14.1, SF_14.2, SF_14.3 - https://www.progress.com/documentation/sitefinity-cms/autogenerated-field-types/
using System.ComponentModel;
using Progress.Sitefinity.Renderer.Entities.Content;
using Progress.Sitefinity.Renderer.Designers.Attributes;
namespace SitefinityWebApp
{
public class DemoList
{
public IList<string> List { get; set; }
public IList<ComplexObject> ListComplexObject { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment