WebFolderProperties Interface

Specifies the properties of a Web site folder.

Namespace:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

'Declaration
<GuidAttribute("422AC997-E209-4FAA-8DC6-9D2E5EFA4216")> _
Public Interface WebFolderProperties
[GuidAttribute("422AC997-E209-4FAA-8DC6-9D2E5EFA4216")]
public interface WebFolderProperties
[GuidAttribute(L"422AC997-E209-4FAA-8DC6-9D2E5EFA4216")]
public interface class WebFolderProperties
[<GuidAttribute("422AC997-E209-4FAA-8DC6-9D2E5EFA4216")>]
type WebFolderProperties =  interface end
public interface WebFolderProperties

The WebFolderProperties type exposes the following members.

Properties

  Name Description
Public property __id Infrastructure. Gets the ID of the Web folder property.
Public property CodeLanguage Gets the programming language of the files in the code folder.
Public property Extender Gets the Web folder property extender object.
Public property ExtenderCATID Gets the extender category ID (CATID) for the object.
Public property ExtenderNames Gets a list of available extenders for the object.
Public property FileName Gets or sets the name of the folder.
Public property FolderType Gets the folder type from the webFolderType enumeration.
Public property FullPath Gets the full path of the local copy of the folder.
Public property MergeInProgress Gets a Boolean value specifying whether a merge is in progress.
Public property RelativeURL Gets the URL of the folder relative to the root of the Web.
Public property URL Gets the URL of the folder.

Top

Remarks

Use the ProjectItem object to access properties by name.

See Also

Reference

VsWebSite Namespace

ProjectItem