webPrjAuthoringAccess Enumeration

Used by the AuthoringAccess property.

Namespace:  VSLangProj
Assembly:  VSLangProj (in VSLangProj.dll)

Syntax

'Declaration
<GuidAttribute("316A5305-224A-4580-91EA-5C62AFEC07FF")> _
Public Enumeration webPrjAuthoringAccess
[GuidAttribute("316A5305-224A-4580-91EA-5C62AFEC07FF")]
public enum webPrjAuthoringAccess
[GuidAttribute(L"316A5305-224A-4580-91EA-5C62AFEC07FF")]
public enum class webPrjAuthoringAccess
[<GuidAttribute("316A5305-224A-4580-91EA-5C62AFEC07FF")>]
type webPrjAuthoringAccess
public enum webPrjAuthoringAccess

Members

Member name Description
webPrjAuthoringAccess_FileShare Use the Windows file system.
webPrjAuthoringAccess_FrontPage Use FrontPage Server Extensions.

Remarks

Web projects are accessed in two ways:

  • Using FrontPage Server Extensions.

  • Using UNC access (the Windows file system).

See Also

Reference

VSLangProj Namespace