| NewsCategoryDeleteCustomFieldsValues Method |
Deletes the custom field values by context and id.
Namespace:
Dynamicweb.News
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public static void DeleteCustomFieldsValues(
string context,
int id
)
Public Shared Sub DeleteCustomFieldsValues (
context As String,
id As Integer
)
Parameters
- context
- Type: SystemString
The context. - id
- Type: SystemInt32
The id.
See Also