set method
set
Adds or replaces the content type property with the specified name.
def set(self, property_name, property_value):
...
| Parameter | Type | Description |
|---|---|---|
| property_name | str | The property name. |
| property_value | str | The property value. |
set
Adds or replaces the content type property with the specified name.
def set(self, property_name, property_value, property_type):
...
| Parameter | Type | Description |
|---|---|---|
| property_name | str | The property name. |
| property_value | str | The property value. |
| property_type | str | The property type. |