ZennoLab Assemblies Documentation
SetDefaultPreference Method
Example 

Type: System.String

The id of project. The default value is empty string.

Sets the all the default settings.
Syntax
public void SetDefaultPreference( 
   string id
)

Parameters

id

Type: System.String

The id of project. The default value is empty string.

Example
The following code example demonstrates uses of the SetDefault method.
instance.SetDefaultPreference();
$instance->SetDefaultPreference();
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

Instance Class
Instance Members

Send Feedback