Documentation Error: AdminFile Object Name & AdminSite.Create Method Parameters Incorrectly Listed (242104)



The information in this article applies to:

  • Microsoft Site Server 3.0 Commerce Edition

This article was previously published under Q242104
NOTE: The information in this article was originally included in the Site Server 3.0 Service Pack 2 Readme_sp2.htm file.

SUMMARY

This article describes documentation errors found in the Commerce Server Object Reference documentation.

MORE INFORMATION

The Commerce Server Object Reference documentation incorrectly refers to the AdminFile object. The correct name of this object is AdminFiles.

The Commerce Server Object Reference documentation incorrectly lists the parameters for the AdminSite.Create method. The correct parameters are as follows:
AdminSite.Create (ServerInstance, VirtualDirectory, Directory, Permissions, IsApplication, IsCommerceSite)
				
"Permissions" represents the Microsoft(R) Internet Information Server (IIS) access permissions on the directory.

For each permission you want to grant, add the associated value from the following table. For example, to grant read and execute permissions, use the value 5 (1 + 4).

Permission

Value (Decimal)

Read

1

Write

2

Execute

4


Modification Type:MajorLast Reviewed:6/24/2004
Keywords:kbhowto KB242104