How to create field type of multi line text and allow unlimited length in a document library
Here is the Eelement.xml file that will needed to created custom filed type of multi line text:
Type="Note"
Name="Parameter6Value"
DisplayName="Parameter6Value"
Description=""
Required="FALSE"
Group="TEST"
DisplaceOnUpgrade="True"
Hidden="FALSE"
Sealed="FALSE"
UnlimitedLengthInDocumentLibrary="True"
/>
Here property Type="Note" will define the filed type as "Multi line Text" and UnlimitedLengthInDocumentLibrary="True" allows unlimited length of this field.
Tag: Sharepoint, Custom Field Type
~ Happy Coding...
No comments:
Post a Comment