Share via


webPageDefNode.AOTsetSource Method

Set the source of the webPageDefNode to the given string.

Syntax

public void AOTsetSource(str source, [boolean isStatic])

Run On

Called

Parameters

  • source
    Type: str
    A string that contains the new source code.
  • isStatic
    Type: boolean
    Optional parameter marking if the source provided is static.

Remarks

This method is overridden by nodes which have source code.

See Also

Reference

webPageDefNode Class