Method RemoveFieldValueById
RemoveFieldValueById(FieldDescriptorID)
Removes all field values with the specified field descriptor ID.
public bool RemoveFieldValueById(FieldDescriptorID id)
Parameters
id
FieldDescriptorIDThe field descriptor ID.
Returns
- bool
true
if field values have been removed; otherwise,false
.