Click or drag to resize
Infosoft Logo

UserServiceUserDynamicAttributeAdd Method

This operation adds a new user/dynamic attribute connection object, with a given value for the attribute, to the database.

Namespace: Infosoft.UserRegister.ServiceImplementation
Assembly: Infosoft.UserRegister (in Infosoft.UserRegister.dll) Version: 4.00.0.0
Syntax
public UserDynamicAttributeAddResponse UserDynamicAttributeAdd(
	UserDynamicAttributeAddRequest request
)

Parameters

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

Return Value

UserDynamicAttributeAddResponse
A message response object, containing the newly created user/dynamic attribute connection object.

Implements

IUserServiceContractUserDynamicAttributeAdd(UserDynamicAttributeAddRequest)
See Also