WebFolderProperties Interface

 

Specifies the properties of a Web site folder.

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

[GuidAttribute("422AC997-E209-4FAA-8DC6-9D2E5EFA4216")]
public interface class WebFolderProperties

NameDescription
System_CAPS_pubproperty__id

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the ID of the Web folder property.

System_CAPS_pubpropertyCodeLanguage

Gets the programming language of the files in the code folder.

System_CAPS_pubpropertyExtender[String^]

Gets the Web folder property extender object.

System_CAPS_pubpropertyExtenderCATID

Gets the extender category ID (CATID) for the object.

System_CAPS_pubpropertyExtenderNames

Gets a list of available extenders for the object.

System_CAPS_pubpropertyFileName

Gets or sets the name of the folder.

System_CAPS_pubpropertyFolderType

Gets the folder type from the webFolderType enumeration.

System_CAPS_pubpropertyFullPath

Gets the full path of the local copy of the folder.

System_CAPS_pubpropertyMergeInProgress

Gets a Boolean value specifying whether a merge is in progress.

System_CAPS_pubpropertyRelativeURL

Gets the URL of the folder relative to the root of the Web.

System_CAPS_pubpropertyURL

Gets the URL of the folder.

Use the ProjectItem object to access properties by name.

Return to top
Show: