ZennoLab Assemblies Documentation
Bind Method (IZennoList)
Example 

Type: System.String

The file name for bind data.

Binds the specified file to current list.
Syntax
void Bind( 
   string filename
)

Parameters

filename

Type: System.String

The file name for bind data.

Example
The following code example demonstrates the Bind method.
// get the list
var list = project.Lists["List 1"];
// bind
list.Bind("C:\\mylist.txt");
// get the list
$list = $project->Lists["List 1"];
// bind
$list->Bind("C:\\mylist.txt");
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven

See Also

Reference

IZennoList Interface
IZennoList Members

Send Feedback