SPFieldUserValue Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the SPFieldUserValue class.
Overload List
Name | Description | |
---|---|---|
SPFieldUserValue() | Initializes a new instance of the SPFieldUserValue class. | |
SPFieldUserValue(SPWeb) | Initializes a new instance of the SPFieldUserValue class based on the specified Web site. | |
SPFieldUserValue(SPWeb, String) | Initializes a new instance of the SPFieldUserValue class based on the specified Web site and field value. | |
SPFieldUserValue(SPWeb, Int32, String) | Initializes a new instance of the SPFieldUserValue class based on the specified Web site, lookup ID, and lookup value. |
Top