Share via


ProjectNode.loadProject Method

Enables storing and retrieving custom data in the project definition when a project is loaded.

Syntax

protected void loadProject(str buffer)

Run On

Called

Parameters

  • buffer
    Type: str
    A string that contains the custom data that was saved in the project by saveProject.

Remarks

This method is called when a project is loaded. By overriding saveProject and loadProject, a user can store and retrieve custom data in the project definition.

You must call super() for the project to continue loading.

See Also

ProjectNode Class

ProjectNode.saveProject Method

ProjectNode.created Method