SmartTag

SmartTag class

Represents a smart tag.

Properties

NameTypeDescription
DeletedbooleanIndicates whether the smart tag is deleted.
PropertiesSmartTagPropertyCollectionGets and set the properties of the smart tag.
UriStringGets the namespace URI of the smart tag.
NameStringGets the name of the smart tag.

Methods

NameDescription
setLinkChange the name and the namespace URI of the smart tag.

SmartTag.Deleted property

Indicates whether the smart tag is deleted.

Type: boolean

SmartTag.Properties property

Gets and set the properties of the smart tag.

Type: SmartTagPropertyCollection

SmartTag.Uri property

Gets the namespace URI of the smart tag.

Type: String

SmartTag.Name property

Gets the name of the smart tag.

Type: String

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

ParameterTypeDescription
uriStringThe namespace URI of the smart tag.
nameStringThe name of the smart tag.