WebFileProperties Interface

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

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

Syntax

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

The WebFileProperties type exposes the following members.

Properties

  Name Description
Public property __id Infrastructure. Gets the default property.
Public property AutoRefreshPath Gets or sets the auto-refresh path for Bin assemblies of a Web site.
Public property Extender Gets an extended Web file property.
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 Extension Gets the file name extension of the file.
Public property FileName Gets or sets the name of the file, including the file name extension.
Public property FullPath Gets the full path of the local copy of the file.
Public property RelativeURL Gets the URL of the file, relative to the root of the Web site.
Public property URL Gets the URL of the file.

Top

Remarks

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

See Also

Reference

VsWebSite Namespace