| ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel Namespace > IZennoList Interface : Bind Method |
Type: System.String
The file name for bind data.
// get the list var list = project.Lists["List 1"]; // bind list.Bind("C:\\mylist.txt");
// get the list $list = $project->Lists->get_Item("List 1"); // bind $list->Bind("C:\\mylist.txt");
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.