Type: System.String
The file name for bind data.
void Bind( string filename )
// 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.
IZennoList Interface IZennoList Members