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

Property Value

Type: System.String

The directory of the plugin file.

Example
The following example uses PluginDirectory property of "project".
// get directory of the plugin
string pluginDirectory = project.PluginDirectory;
// get directory of the project
$pluginDirectory = $project->PluginDirectory;
Requirements

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

See Also

Reference

IZennoPosterProjectModel Interface
IZennoPosterProjectModel Members