webPrjAuthoringAccess Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used by the AuthoringAccess property.
public enum class webPrjAuthoringAccess
public enum class webPrjAuthoringAccess
enum webPrjAuthoringAccess
[System.Runtime.InteropServices.Guid("316A5305-224A-4580-91EA-5C62AFEC07FF")]
public enum webPrjAuthoringAccess
[<System.Runtime.InteropServices.Guid("316A5305-224A-4580-91EA-5C62AFEC07FF")>]
type webPrjAuthoringAccess =
Public Enum webPrjAuthoringAccess
- Inheritance
-
webPrjAuthoringAccess
- Attributes
Fields
Name | Value | Description |
---|---|---|
webPrjAuthoringAccess_FileShare | 1 | Use the Windows file system. |
webPrjAuthoringAccess_FrontPage | 2 | Use FrontPage Server Extensions. |
Remarks
Web projects are accessed in two ways:
Using FrontPage Server Extensions.
Using UNC access (the Windows file system).