CustomFieldsManager Class Members
In This Topic
The following tables list the members exposed by CustomFieldsManager.
Public Constructors
Public Properties
| Name | Description |
| Item |
Gets custom field value by field name
|
Top
Public Methods
| Name | Description |
| Clear |
Clear all extended fields
|
| GetAll |
Get all custom fields as name value collection
|
| GetValueByField |
Gets the value of a setting for the given key
|
| Remove |
Removes the field with given name
|
| SetValueByField |
Sets the value of a setting for given key
|
Top
Extension Methods
| Name | Description |
| ToQueryString | Overloaded.
Use this method to bulid query string from NameValueCollection
|
Top
See Also