IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
The interface is just a regular interface which specifies a contract. You can include properties which will control the behavior of your widget, and which you want to be set through definitions.
If you are creating nested definitions, the interfaces should implement their parents.
public interface ICustomDefinition
{
string CustomHeaderText { get; set; }
}
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important