Click or drag to resize
Infosoft Logo

IUserServiceContractUserDynamicAttributeAdd Method

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

Namespace: Infosoft.Common.Contracts.ServiceContracts.UserRegister
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax

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.
See Also