SmartTag

SmartTag class

Represents a smart tag.

Methods

NameDescription
getDeleted()Indicates whether the smart tag is deleted.
getName()Gets the name of the smart tag.
getProperties()Gets and set the properties of the smart tag.
getUri()Gets the namespace URI of the smart tag.
setDeleted()Indicates whether the smart tag is deleted.
setLink(uri, name)Change the name and the namespace URI of the smart tag.
setProperties()Gets and set the properties of the smart tag.

getDeleted()

Indicates whether the smart tag is deleted.

getName()

Gets the name of the smart tag.

getProperties()

Gets and set the properties of the smart tag.

getUri()

Gets the namespace URI of the smart tag.

setDeleted()

Indicates whether the smart tag is deleted.

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.

setProperties()

Gets and set the properties of the smart tag.