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