WebFolderProperties.FolderType Property

 

Gets the folder type from the webFolderType enumeration.

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

Syntax

webFolderType FolderType { get; }
property webFolderType FolderType {
    webFolderType get();
}
abstract FolderType : webFolderType with get
ReadOnly Property FolderType As webFolderType

Property Value

Type: VsWebSite.webFolderType

The type of folder.

See Also

WebFolderProperties Interface
VsWebSite Namespace

Return to top