This topic has not yet been rated - Rate this topic

SPFieldLookup.UnlimitedLengthInDocumentLibrary Property

Windows SharePoint Services 3
Gets or sets a Boolean value that specifies whether to allow values with unlimited text in the lookup field.

Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
public bool UnlimitedLengthInDocumentLibrary { get; set; }

Property Value

true to allow values with unlimited length; otherwise, false.
CautionCaution:

Columns with long text are not supported by most applications for editing documents and could result in a loss of data. Only allow unlimited length if users will be uploading documents through the Web site, and not saving directly from the application.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.