Click or drag to resize
Infosoft Logo

UserServiceUserDynamicAttributeRemove Method

This operation removes an existing user/dynamic attribute connection.

Namespace: Infosoft.UserRegister.ServiceImplementation
Assembly: Infosoft.UserRegister (in Infosoft.UserRegister.dll) Version: 4.00.0.0
Syntax
public UserDynamicAttributeRemoveResponse UserDynamicAttributeRemove(
	UserDynamicAttributeRemoveRequest request
)

Parameters

request  UserDynamicAttributeRemoveRequest
A message request object, containing a WSUserDynamicAttribute object. That object must in turn contain a valid user object and a valid dynamic attribute object. The dynamic attribute object must have a valid DynamicAttribute_Id value, but the other fields on the object will be ignored. The AttributeValue field is irrelevant here, and will be ignored.

Return Value

UserDynamicAttributeRemoveResponse
A response message object, containing the removed user/dynamic attribute connection object. The AttributeValue on this WSUserDynamicAttribute object is the one that was saved in the database, and which has now been removed.

Implements

IUserServiceContractUserDynamicAttributeRemove(UserDynamicAttributeRemoveRequest)
See Also