SmartTag

SmartTag class

Represents a smart tag.

class SmartTag;

Methods

MethodDescription
getDeleted()Indicates whether the smart tag is deleted.
setDeleted(boolean)Indicates whether the smart tag is deleted.
getProperties()Gets and set the properties of the smart tag.
setProperties(SmartTagPropertyCollection)Gets and set the properties of the smart tag.
getUri()Gets the namespace URI of the smart tag.
getName()Gets the name of the smart tag.
setLink(string, string)Change the name and the namespace URI of the smart tag.

getDeleted()

Indicates whether the smart tag is deleted.

getDeleted() : boolean;

setDeleted(boolean)

Indicates whether the smart tag is deleted.

setDeleted(value: boolean) : void;

Parameters:

ParameterTypeDescription
valuebooleanThe value to set.

getProperties()

Gets and set the properties of the smart tag.

getProperties() : SmartTagPropertyCollection;

Returns

SmartTagPropertyCollection

setProperties(SmartTagPropertyCollection)

Gets and set the properties of the smart tag.

setProperties(value: SmartTagPropertyCollection) : void;

Parameters:

ParameterTypeDescription
valueSmartTagPropertyCollectionThe value to set.

getUri()

Gets the namespace URI of the smart tag.

getUri() : string;

getName()

Gets the name of the smart tag.

getName() : 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.