ZennoLab Assemblies Documentation
SetDefaultPreference Method
See Also  Example Send Feedback
ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > Instance Class : SetDefaultPreference Method
id

Type: System.String

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

Glossary Item Box

Sets the all the default settings.

Syntax

C# 
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.
C#Copy Code
instance.SetDefaultPreference();
PHPCopy Code
$instance->SetDefaultPreference();

Requirements

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

See Also

© 2013 All Rights Reserved.