add method

add(self, name, value)

Adds content type property information.


def add(self, name, value):
    ...
ParameterTypeDescription
nameSystem.StringThe name of the content type property.
valueSystem.StringThe value of the content type property.

add(self, name, value, type)

Adds content type property information.


def add(self, name, value, type):
    ...
ParameterTypeDescription
nameSystem.StringThe name of the content type property.
valueSystem.StringThe value of the content type property.
typeSystem.StringThe type of the content type property.

See Also