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
| Type | Name | Description |
|---|---|---|
string | path | A path to file that contains the profile data. |
IZennoPosterProjectModelExt | project | The current project. |
IZennoPosterProjectModelExt | realProject | The current project. |
bool | createVariables | The true if need create missing variables. |