I want to retrieve columns in SPList which are created in the UI not the built in columns, I tried with the !field.FromBaseType but it's not working, I tried with the !field.SourceId.StartsWith("http"), also not working.
Any ideas?
I want to retrieve columns in SPList which are created in the UI not the built in columns, I tried with the !field.FromBaseType but it's not working, I tried with the !field.SourceId.StartsWith("http"), also not working.
Any ideas?
Two options avalable to retrieve custom fields
SPBuiltInFieldId.Contains(field.Id)