Property Getters/Setters Summary | ||
---|---|---|
function | getDeleted() | |
function | setDeleted(value) | |
Indicates whether the smart tag is deleted. | ||
function | getName() | |
Gets the name of the smart tag. | ||
function | getProperties() | |
function | setProperties(value) | |
Gets and set the properties of the smar tag. | ||
function | getUri() | |
Gets the namespace URI of the smart tag. |
Method Summary | ||
---|---|---|
function | setLink(uri, name) | |
Change the name and the namespace URI of the smart tag. |
Property Getters/Setters Detail |
---|
getDeleted/setDeleted : boolean | |
function getDeleted() / function setDeleted(value) |
getProperties/setProperties : SmartTagPropertyCollection | |
function getProperties() / function setProperties(value) |
getUri : String | |
function getUri() |
getName : String | |
function getName() |
Method Detail |
---|
setLink | |
function setLink(uri, name) |
uri: String
- The namespace URI of the smart tag.name: String
- The name of the smart tag.