Hello. I’m trying to create program for user administaration.
I can access the User as BasicUser or User like
BasicUser basicUser = new BasicUser(basicUserFolder.ServerId, SomeUser.Path);
and can read all information that I need. But when i modifying some properties, like Description, and call Save() i receive a message that “method is unsupported”. Can you explain how I can modify properties and save to server through SDK? please. Or point to sample.
Exception thrown: ‘System.ServiceModel.FaultException`1’ in mscorlib.dll
ValidateItem:Указанный метод не поддерживается.