set_link method

set_link(self, uri, name)

Change the name and the namespace URI of the smart tag.


def set_link(self, uri, name):
    ...
ParameterTypeDescription
uriSystem.StringThe namespace URI of the smart tag.
nameSystem.StringThe name of the smart tag.

See Also