Click or drag to resize

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
)

Parameters

context
Type: SystemString
The context.
id
Type: SystemInt32
The id.
See Also