WebFileProperties Interface

 

Specifies the properties that are supported by files within a Web site.

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

Syntax

[GuidAttribute("51B867E4-CD7E-4FF6-93AA-CA151E36351F")]
public interface WebFileProperties
[GuidAttribute("51B867E4-CD7E-4FF6-93AA-CA151E36351F")]
public interface class WebFileProperties
[<GuidAttribute("51B867E4-CD7E-4FF6-93AA-CA151E36351F")>]
type WebFileProperties = interface end
<GuidAttribute("51B867E4-CD7E-4FF6-93AA-CA151E36351F")>
Public Interface WebFileProperties

Properties

Name Description
System_CAPS_pubproperty __id

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

System_CAPS_pubproperty AutoRefreshPath

Gets or sets the auto-refresh path for Bin assemblies of a Web site.

System_CAPS_pubproperty Extender[String]

Gets an extended Web file property.

System_CAPS_pubproperty ExtenderCATID

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

System_CAPS_pubproperty ExtenderNames

Gets a list of available extenders for the object.

System_CAPS_pubproperty Extension

Gets the file name extension of the file.

System_CAPS_pubproperty FileName

Gets or sets the name of the file, including the file name extension.

System_CAPS_pubproperty FullPath

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

System_CAPS_pubproperty RelativeURL

Gets the URL of the file, relative to the root of the Web site.

System_CAPS_pubproperty URL

Gets the URL of the file.

Remarks

The WebFileProperties are accessible from the Properties collection of a file.

See Also

VsWebSite Namespace

Return to top