I have a User model with the usual information (login, email, name, location, etc). However, when users decide to edit their information, I\'d like to separate the fields to be edited according to the
For some reason I need to save some big strings into user profiles. Because a property with type string has a limit to 400 caracters I decited to try with binary type (PropertyDataType.Binary) that al
I am using SharePoint Server 2007 Enterprise with Windows Server 2008 Enterprise. And I am using publishing portal. And I am using a custom Forms authentication solution -- I store user name and passw
In MOSS 2007 using UserProfileServ开发者_运维问答ice webservice I\'m able to read/update an already existing property from a user profile. Is possible to use this webservice to create new properties ?
I\'ve got this: UserProfile prof = getUserProfile(properties.CurrentUserId); UserProfile toCheck = getUserProfile(anotherUsersId);