remove_documents_property


Description:

[ Version ( since = "0.17.11" ) ]
public bool remove_documents_property (DocumentsProperty property)

The property specified by property will be removed from the "properties" list on this.

Only key and visibility will be used to find property in "properties" list. value has no role in determining the uniqueness of a DocumentsProperty.

The changes made by this function will be local only and you need to explicitly update this by calling update_entry.

Parameters:

this

a DocumentsEntry

property

a DocumentsProperty

Returns:

true if property has been successfully removed from "properties" list on this , false otherwise.