Share via


WebFolderProperties Interface

Definition

Specifies the properties of a Web site folder.

public interface class WebFolderProperties
[System.Runtime.InteropServices.Guid("422AC997-E209-4FAA-8DC6-9D2E5EFA4216")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FHidden)]
public interface WebFolderProperties
[<System.Runtime.InteropServices.Guid("422AC997-E209-4FAA-8DC6-9D2E5EFA4216")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FHidden)>]
type WebFolderProperties = interface
Public Interface WebFolderProperties
Attributes

Properties

__id

Gets the ID of the Web folder property.

CodeLanguage

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

Extender[String]

Gets the Web folder property extender object.

ExtenderCATID

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

ExtenderNames

Gets a list of available extenders for the object.

FileName

Gets or sets the name of the folder.

FolderType

Gets the folder type from the webFolderType enumeration.

FullPath

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

MergeInProgress

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

RelativeURL

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

URL

Gets the URL of the folder.

Applies to