webStaticFileNode.AOTsetSource Method

Sets the source of the static file node 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
    An optional parameter that marks whether the source that is provided is static.

Remarks

This method is overridden by nodes that have source code.

See Also

Reference

webStaticFileNode Class