tagWebPrjAuthoringAccess Enumeration

Used by the WebSettings of the VSLangProj.

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

Syntax

'Declaration
Public Enumeration tagWebPrjAuthoringAccess
public enum tagWebPrjAuthoringAccess
public enum class tagWebPrjAuthoringAccess
type tagWebPrjAuthoringAccess
public enum tagWebPrjAuthoringAccess

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).

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.

See Also

Reference

VSLangProj Namespace