Dwuri.setauthority(), Dwuri.setusername(), Dwuri.setpassword() – Adobe Dreamweaver API Reference CS5 User Manual

Page 286

Advertising
background image

281

DREAMWEAVER API REFERENCE

Document

Last updated 8/27/2013

Returns
None.

DWUri.setAuthority()

Availability
Dreamweaver CS5.

Description
Sets the domain authority for the URI.

The domain authority can be any string value but cannot contain special characters such as “

:

”, “

/

”, or ”

\

”.

Arguments
authority

The authority argument specifies the domain authority name or the IP address.

Returns
None.

DWUri.setUsername()

Availability
Dreamweaver CS5.

Description
Sets the user name of the URI.

Typically, user names are used only for the FTP service type schemes.

Arguments
username

The argument specifies the user name.

Returns
None.

DWUri.setPassword()

Availability
Dreamweaver CS5.

Description
Sets the password of the URI.

Typically, passwords are used only for the FTP service type schemes.

Advertising