ZennoLab Assemblies Documentation
PluginPath Property
Example 
ZennoLab.InterfacesLibrary.ProjectModel Namespace > IZennoPosterProjectModel Interface : PluginPath Property
Gets the path of the plugin file with terminating.
Syntax
string PluginPath {get;}

Property Value

Type: System.String

The path of the plugin file.

Example
The following example uses PluginPath property of "project".
// get path of the plugin
string pluginPath = project.PluginPath;
// get path  of the plugin
$pluginPath = $project->PluginPath;
Requirements

Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.

See Also

Reference

IZennoPosterProjectModel Interface
IZennoPosterProjectModel Members