SmartTag
Contents
[
Hide
]SmartTag class
Represents a smart tag.
class SmartTag;
Properties
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:
