Hi All I am creating a custom field type for sharepoint list. I created the custom field by inheriting the sharepoint base field SPFieldMultiLineText. I‘ve also created a custom field property “SearchPath” as follows… private string _searchPath public string SearchPath { get { return _ searchPath; }...