| CustomFieldDeleteValues Method |
Deletes the values.
Namespace:
Dynamicweb.News.Common
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public static void DeleteValues(
string context,
int itemID
)
Public Shared Sub DeleteValues (
context As String,
itemID As Integer
)
Parameters
- context
- Type: SystemString
The context in the sql - itemID
- Type: SystemInt32
The item identifier.
See Also