tagWebPrjAuthoringAccess Enum

Definition

Used by the WebSettings of the VSLangProj.

public enum class tagWebPrjAuthoringAccess
public enum class tagWebPrjAuthoringAccess
enum tagWebPrjAuthoringAccess
public enum tagWebPrjAuthoringAccess
type tagWebPrjAuthoringAccess = 
Public Enum tagWebPrjAuthoringAccess
Inheritance
tagWebPrjAuthoringAccess

Fields

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

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.

Applies to