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

Type: System.String

The path to cookie.

Glossary Item Box

Loads cookie.

Syntax

C# 
public void LoadCookie( 
   string path
)

Parameters

path

Type: System.String

The path to cookie.

Example

The following example uses the LoadCookie method.
C#Copy Code
// load cookie
instance.LoadCookie("path");
PHPCopy Code
// load cookie
$instance->LoadCookie("path");

Requirements

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

See Also

© 2013 All Rights Reserved.