Method | Description |
---|
add document to source control | Adds a file, document_name, to a source control database. |
apply border | Designates the top, bottom, left side, or right side of a
page as reserved. Regular margins are adjusted, so that the designated border
space is not used for normal page development. |
apply stylesheet | In the client, links a cascading style sheet to a page or
to an entire Web. This method is used when you apply a style sheet as a link,
and no pages are open. |
apply theme | After a user selects a theme, the client sends an applyTheme method to the server extensions. This method tells the server
extensions which theme to apply to the named service. |
browser recalc | Obsolete method used only for server extensions for
FrontPage 98 and earlier. |
change password | Deletes an existing user password and creates a new
password. Only used with UNIX-based Web servers. |
checkin document | Returns a file to source control. |
checkout document | Enables the currently authenticated user to make changes
to a document under source control. |
create service | Creates a Web (service) with the name service_name. |
create url directory | Creates a folder for the current Web. Only used for
backward compatibility. |
create url dirs | When a service is created, the client creates a set of
standard directories (folders). This parameter sets the meta info for these
directories and any other directories made at the same time. |
get bot | Adds a custom FrontPage bot (component) to a page in the service_name Web. |
get database schema | There are two possible outcomes of this method,
determined by the flags setting. If flags is set to 1, the method verifies a
database connection. If flags is set to 0, it returns schema information (table
names and types, field names and types) for all objects in a database. |
get docs metainfo | Provides the meta info for the files in the current
Web. |
get document | Retrieves a document for viewing in a client. |
get documents | Retrieves a document for viewing in a server extensions
client. |
get query schema | There are two possible outcomes of this method,
determined by the flags setting. If flags is set to 0, it returns the database
schema information (field name and types) for results of a SQL query. If flags
is set to 1, the method verifies that the SQL statement contains syntax that is
valid for the data connection. |
get record source schema | Requests the schema information for the record sources
(field names and types) for the given Table or View. Returns the parameters for
each field in a record in the recordsrc_schema value of the return code. |
get service access control | Obsolete method used only for server extensions for
FrontPage 98 and earlier. |
get theme | Downloads a customized theme from the server.
It is only called to retrieve a standard theme that has been altered and
renamed. |
get web structure | Provides the meta info and internal element
identification information (EID) of the pages that make up the navigational
structure of the service_name Web. |
get web structure by url | Provides the meta info and internal element
identification information (EID) of the pages that start with the specified URL
in the service_name Web. |
list access | Obsolete method used only for server extensions for
FrontPage 98 and earlier. |
list data sources | Requests the data source names (DSNs) and associated
drivers in use on the server for database connectivity. |
list documents | Provides a list of the files, folders, and subwebs,
complete with meta info, for each file contained in initialUrl of the Web (service_name). |
list domains | Returns a list of the known Windows NT domains that have
access to the service_name Web. If the server is on a UNIX system, no domain information is
returned. |
list drivers | Requests a list of the available open database
connectivity (ODBC) drivers and their attributes, as configured on the
server. |
list groups | Requests the names of the groups known to the server in
the named domain, and with the realm_type specified. |
list interpreters | Strictly internal method; no documentation available at
this time. |
list libraries | Strictly internal method; no documentation available at
this time. |
list record sources | Sends the server the appropriate connection string for
the database server and returns a list of the table names and types defined in
the database named in the connect_str parameter. |
list services | Lists the Webs (services) stored on the Web server. |
list special access | Returns the access list for the service_name Web. The access list contains the permission settings for users
and groups for each access level (administrators, authors, and end users). |
list themes | Returns a list of the themes applied to the selected
Web. |
list url directories | Acts only in conjunction with FrontPage
version 1.1, and is included here for backward compatibility. |
list users | Lists the users in the domain(s) found with the
listDomains method. |
mark url directory executable | Sends the server one of the following directory
permission settings:
Executable, Scriptable, or Readable. Executable: Programs can be run in the
directory. Scriptable: Scripts can be run in the
directory. Readable - Users can browse the files in the
directory. |
modify access setup | Changes the permission settings for a Web to
those specified in the access_setup parameter. Permission in this context means who can author, who
can administer, and who can browse the Web. Use this method to add or remove
authors, administrators, and end-users for the service_name Web. |
move document | Changes the name of the selected document (file) to the
new name provided by the user. |
open service | Provides a Web's meta info to the client. |
put document | Writes a file to a directory in an existing Web
(service). |
put documents | Writes files to a directory in an existing Web
(service). |
put nav text overlays | Assigns text labels to the navigation bar. |
put theme | Uploads a theme to a Web. |
put web struct | Sends changes to the Web (service) navigation structure
to the Web server. |
query access setup | Notifies the server to prepare an access list for the service_name list. Sent prior to a listSpecialAccess method. |
recalc control | The setting of the recalc_op parameter instructs the server extensions to recalculate or not
recalculate links, bots, and other dependencies in the Web. This control also
can turn on and off automatic recalculation, text indexing, and the like for
individual file uploads. |
recalc pages | Obsolete method used only for server extensions for
FrontPage 98 and earlier. |
remove documents | Deletes the specified documents or folders from the service_name Web. |
remove links | Obsolete method used only for server extensions for
FrontPage 98 and earlier. |
remove service | Deletes the service named by service_name. |
remove url directory | Obsolete method used only for server extensions for
FrontPage 98 and earlier. |
rename service | Sends the new name
to the server if a user uses Save As (on the File menu) to change the name of a Web. |
rename url | In the pages in urlList, changes the hyperlinks to oldURL
into hyperlinks to newUrl. |
replace web struct | Used when publishing a Web to set Web structure for a
published Web. |
restart server | Obsolete method that may be used with O'Reilly Web site
servers. |
server version | Requests the version of the server extensions in use on
the Web server. |
set docs metainfo | The setDocsMetaInfo method provides the server with the standard meta info about the
designated file. This method is sent whenever you change or view the properties
of a page. |
set document metainfo | Provides backward compatibility
with FrontPage 98 clients. |
set service access control | Obsolete method used only for server extensions for
FrontPage 98 and earlier. |
set service metainfo | Provides a way to add or change meta-key values on the
server for the service_name Web. A new meta-key value for an existing key overwrites the old
value. |
set source control | Turns on and off source control for the service_name Web. |
table add row | Adds a row to a table. |
table change row | Sends a change in the task status table to the server
extensions. This method is only used with the Tasks report table in
FrontPage. |
table remove row | Removes a row in the task status table kept by the server
extensions. This method is only used with the Tasks report table in
FrontPage. |
uncheckout document | Undoes a checkout of a file from a source control
database. If the file was changed after it was checked out, this method causes
those changes to be lost. |
update access | Obsolete method used only for server extensions for
FrontPage 98 and earlier. |
update group | Obsolete method used only for server extensions for
FrontPage 98 and earlier. Adds or removes users from the group_name group. |
update group list | Obsolete method used only for server extensions for
FrontPage 98 and earlier. |
update special access | Adds to or removes from the list of those who are allowed
access to the service_name Web. You can make changes either by user name or by IP
address. |
update user list | Supplies names to add to or remove from the user list for
the service_name Web. |
url to web url | Given a file URL, it returns the URL of the Web site
where the file belongs, and the subweb, if applicable. |
verify user | Determines if the user has the appropriate access level
to perform the action currently pending. |