SmartTag

SmartTag class

Represents a smart tag.

class SmartTag;

Properties

PropertyTypeDescription
deletedbooleanIndicates whether the smart tag is deleted.
propertiesSmartTagPropertyCollectionGets and set the properties of the smart tag.
uristringReadonly. Gets the namespace URI of the smart tag.
namestringReadonly. Gets the name of the smart tag.

Methods

MethodDescription
setLink(string, string)Change the name and the namespace URI of the smart tag.

deleted

Indicates whether the smart tag is deleted.

deleted : boolean;

properties

Gets and set the properties of the smart tag.

properties : SmartTagPropertyCollection;

uri

Readonly. Gets the namespace URI of the smart tag.

uri : string;

name

Readonly. Gets the name of the smart tag.

name : string;

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

setLink(uri: string, name: string) : void;

Parameters:

ParameterTypeDescription
uristringThe namespace URI of the smart tag.
namestringThe name of the smart tag.