add method

add

Adds content type property information.

def add(self, name, value):
    ...
ParameterTypeDescription
namestrThe name of the content type property.
valuestrThe value of the content type property.

add

Adds content type property information.

def add(self, name, value, type):
    ...
ParameterTypeDescription
namestrThe name of the content type property.
valuestrThe value of the content type property.
typestrThe type of the content type property.

See Also