Pergunta

I would like to know how to use the custom SPFieldType (Existing on the Site) when adding new SPList column.

E.g. [Normal way using the SPFieldType.Text field type]

list.Fields.Add("Location", SPFieldType.Text, true);
list.Update();

How about for the custom field type?

list.Fields.Add("Location", [Custom SPField Type], true); ?

Thanks in advance.

Foi útil?

Solução

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top