|
IUserServiceContractUserDynamicAttributeRemove Method |
This operation removes an existing user/dynamic attribute connection.
Namespace: Infosoft.Common.Contracts.ServiceContracts.UserRegisterAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax No code example is currently available or this language may not be supported.
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.
See Also