Опять обманули...
The Add method of the SPFieldCollection class creates a field in the collection.
public string Add(
string strDisplayName,
Microsoft.SharePoint.SPFieldType type,
bool bRequired
);
Return Value
A string that contains the display name of the new field.
На самом деле
возвращает InnerName для нового поля.
Комментариев нет:
Отправить комментарий