add method

add

Adds a smart tag.

Returns

The index of smart tag in the list.

def add(self, uri, name):
    ...
ParameterTypeDescription
uristrSpecifies the namespace URI of the smart tag
namestrSpecifies the name of the smart tag.

See Also