MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Reference page 275

Dreamweaver api reference
Table of Contents

Advertisement

site.getCheckOutUser()
Availability
Dreamweaver 3.
Description
Gets the login and check-out name that is associated with the current site.
Arguments
None.
Returns
A string that contains a login and check-out name, if defined, or an empty string if Check In/
Check Out is disabled.
Example
A call to
site.getCheckOutUser()
out name is specified, only the login name returns (for example,
site.getCheckOutUserForFile()
Availability
Dreamweaver 3.
Description
Gets the login and check-out name of the user who has the specified file checked out.
Arguments
fileName
The
argument is the path to the file being queried, which is expressed as a file:/
fileName
/URL.
Returns
A string that contains the login and check-out name of the user who has the file checked out
or an empty string if the file is not checked out.
Example
A call to
site.getCheckOutUserForFile("file://C:/sites/avocado8/index.html")
might return
"denise (deniseLaptop)"
name returns (for example,
might return
. If no check-out name is specified, only the login
).
"denise"
"denise (deniseLaptop)"
"denise"
. If no check-
).
Site functions
275

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DREAMWEAVER 8-DREAMWEAVER API and is the answer not in the manual?

This manual is also suitable for:

Dreamweaver 8

Table of Contents