IProfileExt

Assembly: ZennoLab.InterfacesLibrary
Full name: ZennoLab.InterfacesLibrary.ProjectModel.Collections.IProfileExt
Kind: interface


Gets the current profile.

Methods

LoadExt

Method

void LoadExt(string path, IZennoPosterProjectModelExt project, IZennoPosterProjectModelExt realProject, bool createVariables)

Load the profile data from specified file.

You should remember that all ZennoPoster’s structures, actions and methods uses the utf-8 encoding.

Parameters

TypeNameDescription
stringpathA path to file that contains the profile data.
IZennoPosterProjectModelExtprojectThe current project.
IZennoPosterProjectModelExtrealProjectThe current project.
boolcreateVariablesThe true if need create missing variables.