Need to get the max lengh of a SharePoint text field #1174
Unanswered
sabrinadeveloper2023
asked this question in
General
Replies: 1 comment
-
@sabrinadeveloper2023 : text fields default to 255 characters unless specified otherwise at creation time. When you read a field you can read the <Field DisplayName="MaxLenghtField" Format="Dropdown" IsModern="TRUE" MaxLength="50" Name="MaxLenghtField" Title="MaxLenghtField" Type="Text" ID="{70be9b6a-7946-4015-98ff-3dd2dec23c8a}" SourceID="{91bb170e-0ef0-4062-86f9-e5dbe8d047bd}" StaticName="MaxLenghtField" ColName="nvarchar7" RowOrdinal="0" /> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
How I can check the length of a text field using pnp core?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions