SmartTag
Contents
[
Hide
]SmartTag class
Represents a smart tag.
Properties
| Name | Type | Description |
|---|---|---|
| Deleted | boolean | Indicates whether the smart tag is deleted. |
| Properties | SmartTagPropertyCollection | Gets and set the properties of the smart tag. |
| Uri | String | Gets the namespace URI of the smart tag. |
| Name | String | Gets the name of the smart tag. |
Methods
| Name | Description |
|---|---|
| setLink | Change 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
setLink(uri, name)
Change the name and the namespace URI of the smart tag.
| Parameter | Type | Description |
|---|---|---|
| uri | String | The namespace URI of the smart tag. |
| name | String | The name of the smart tag. |