Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="NotesPrevalueEditor"/> class.
 /// </summary>
 /// <param name="dataType">Type of the data.</param>
 public NotesPrevalueEditor(NotesDataType dataType)
     : base(dataType, umbraco.cms.businesslogic.datatype.DBTypes.Ntext)
 {
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="NotesPrevalueEditor"/> class.
 /// </summary>
 /// <param name="dataType">Type of the data.</param>
 public NotesPrevalueEditor(NotesDataType dataType)
     : base(dataType, umbraco.cms.businesslogic.datatype.DBTypes.Ntext)
 {
 }