ImgElement.removeBotAttribute Method
SharePoint Designer Developer Reference |
Removes the attribute specified by the strAttributeName parameter. Returns a Boolean that represents whether the attribute was removed. True indicates the attribute was successfully removed.
Syntax
expression.removeBotAttribute(strAttributeName)
expression Required. A variable that represents an ImgElement object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
strAttributeName | Required | String | The string that represents the name of the attribute. |
See Also