Share via


WebFileProperties Interface

Definition

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

public interface class WebFileProperties
[System.Runtime.InteropServices.Guid("51B867E4-CD7E-4FF6-93AA-CA151E36351F")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FHidden)]
public interface WebFileProperties
[<System.Runtime.InteropServices.Guid("51B867E4-CD7E-4FF6-93AA-CA151E36351F")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FHidden)>]
type WebFileProperties = interface
Public Interface WebFileProperties
Derived
Attributes

Properties

__id

Gets the default property.

AutoRefreshPath

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

Extender[String]

Gets an extended Web file property.

ExtenderCATID

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

ExtenderNames

Gets a list of available extenders for the object.

Extension

Gets the file name extension of the file.

FileName

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

FullPath

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

RelativeURL

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

URL

Gets the URL of the file.

Applies to