Click or drag to resize
UserProfileSetItemValue Method
Sets the value of a profile item.

Namespace: ConnectedApps.Cms.Entities
Assembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void SetItemValue(
	string name,
	Object value
)

Parameters

name
Type: SystemString
The name of the profile item.
value
Type: SystemObject
The value of the profile item.
See Also