ZennoLab Assemblies Documentation
SetAuthorizationPolicy Method
See Also  Send Feedback
ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > Instance Class : SetAuthorizationPolicy Method
answer

Type: System.String

The answer for the window of the authorization. This parameter can take the following values: "ok" or "cancel".

login

Type: System.String

The login for the window of the authorization.

pass

Type: System.String

The password for the window of the authorization.

id

Type: System.String

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

Glossary Item Box

Sets the policy for the windows of the authorization.

Syntax

C# 
public void SetAuthorizationPolicy( 
   string answer,
   string login,
   string pass,
   string id
)

Parameters

answer

Type: System.String

The answer for the window of the authorization. This parameter can take the following values: "ok" or "cancel".

login

Type: System.String

The login for the window of the authorization.

pass

Type: System.String

The password for the window of the authorization.

id

Type: System.String

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

Requirements

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

See Also

Reference

Instance Class
Instance Members
SetCertificatesPolicy Method
SetFileUploadPolicy Method
SetJSValuePromptPolicy Method
SetOkAlertPolicy Method
SetOkCancelConfirmPolicy Method

© 2013 All Rights Reserved.