SetName

Description

Changes the name of the PBDOM_ENTITYREFERENCE object, effectively making it refer to another DOM entity object.

Syntax

pbdom_entityref_name.SetName(string strName)

Argument

Description

pbdom_entityref_name

The name of a PBDOM_ENTITYREFERENCE object

strName

The new name you want to set for the current PBDOM_ENTITYREFERENCE object


Return value

Boolean.

Returns true if the name of the current PBDOM_ENTITYREFERENCE object was changed, and false if it was not.

See also

GetName