SPC012212: Do not use PropertySchema in FieldTypes

PropertySchema in FieldTypes is obsolete.

TypeName: DoNotUsePropertySchemaInFieldTypes
CheckId: SPC012212
Severity: CriticalWarning
Type: FieldType
Resolution

Remove PropertySchema from a FieldType because it is obsolete. See sample below:

<FieldType>
  <Field Name="TypeName">RegularExpressionMatch</Field>
  ...
  <PropertySchema>
    <Fields>
      <Field Name="RegularExpression"
        DisplayName="Regular Expression To Match"
        MaxLength="500"
        DisplaySize="100"  
        Type="Text">
        <Default></Default>
      </Field>
    </Fields>
  </PropertySchema>
  ...
</FieldType>

Links

comments powered by Disqus