tagWebPrjAuthoringAccess Enumeration
Visual Studio 2015
Used by the WebSettings of the VSLangProj.
Assembly: VSLangProj (in VSLangProj.dll)
| Member name | Description | |
|---|---|---|
| webPrjAuthoringAccess_FileShare | Use the Windows file system. | |
| webPrjAuthoringAccess_FrontPage | Use FrontPage Server Extensions. |
Web projects are accessed in two ways:
Using FrontPage Server Extensions.
Using UNC access (the Windows file system).
The tagWebPrjAuthoringAccess enumeration is used by the project system to support the WebSettings. There is no direct programmatic access to this enumeration. The webPrjAuthoringAccess is available for programming tasks.
Show: