MappedFolderType Enum

Definition

Specifies the type of a mapped folder in a SharePoint project.

public enum class MappedFolderType
[System.CLSCompliant(true)]
public enum MappedFolderType
[<System.CLSCompliant(true)>]
type MappedFolderType = 
Public Enum MappedFolderType
Inheritance
MappedFolderType
Attributes

Fields

ControlTemplates 1

Indicates a mapped folder that is mapped to {SharePointRoot}\Template\ControlTemplates.

Images 2

Indicates a mapped folder that is mapped to {SharePointRoot}\Template\Images.

Layouts 3

Indicates a mapped folder that is mapped to {SharePointRoot}\Template\Layouts.

Other 0

This is the value for any mapped folder that is not mapped to one of the folders that is specified by the other MappedFolderType values.

SharePointRoot 4

Indicates a mapped folder that is mapped to {SharePointRoot}.

Template 5

Indicates a mapped folder that is mapped to {SharePointRoot}\Template.

Remarks

You can use the MappedFolderType values in the following scenarios:

When you create a mapped folder by using the Microsoft.VisualStudio.SharePoint.IMappedFolderCollection.Add(String) or Microsoft.VisualStudio.SharePoint.IMappedFolderCollection.Add(String, Boolean) method, the FolderType property of the new mapped folder is automatically set based on the relative path that you specify. If you specify a relative path that does not correspond to one of the standard mapped folder locations, the FolderType property of the new mapped folder has the value Other.

Applies to