remove method

remove(self, property_name)

Removes the content type property with the specified name.

Returns

true if the property is found and deleted; otherwise false.


def remove(self, property_name):
    ...
Parameter Type Description
property_name System.String The name of the content type property to be removed.

See Also