| Object: | File | |||||||||||||||||||||||||||
| Syntax: | AllowAccess ([in] AccountName, [in] Permissions) | |||||||||||||||||||||||||||
| Description: | this method creates an Access Control Entry (ACE) for the current file
that allows specific access. The AccountName must resolve to a valid NT account in the domain. The Permissions can have any of the following values or any logical combination of the following values:
These constants can be found using the IIS 4 ir later TypeLibrary feature, or by viewing the vbFileManagerInclude.asp file contained in the .\Samples\FileManagerSamples directory. |
| Previous Page | Next Page |