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/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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