SmartTag
Contents
[
Hide
]SmartTag class
Represents a smart tag.
class SmartTag;
Properties
| Property | Type | Description |
|---|---|---|
| deleted | boolean | Indicates whether the smart tag is deleted. |
| properties | SmartTagPropertyCollection | Gets and set the properties of the smart tag. |
| uri | string | Readonly. Gets the namespace URI of the smart tag. |
| name | string | Readonly. Gets the name of the smart tag. |
Methods
| Method | Description |
|---|---|
| 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;
setLink(string, string)
Change the name and the namespace URI of the smart tag.
setLink(uri: string, name: string) : void;
Parameters:
| Parameter | Type | Description |
|---|---|---|
| uri | string | The namespace URI of the smart tag. |
| name | string | The name of the smart tag. |