MappedFolderType 열거형

SharePoint 프로젝트에서 매핑된 폴더 유형을 지정합니다.

네임스페이스:  Microsoft.VisualStudio.SharePoint
어셈블리:  Microsoft.VisualStudio.SharePoint(Microsoft.VisualStudio.SharePoint.dll)

구문

‘선언
<CLSCompliantAttribute(True)> _
Public Enumeration MappedFolderType
[CLSCompliantAttribute(true)]
public enum MappedFolderType

멤버

멤버 이름 설명
Other 이는 다른 MappedFolderType 값에서 지정한 폴더 중 하나로 매핑되지 않는 매핑된 폴더의 값입니다.
ControlTemplates {SharePointRoot}\Template\ControlTemplates에 매핑된 매핑 폴더를 나타냅니다.
Images {SharePointRoot}\Template\Images에 매핑된 매핑 폴더를 나타냅니다.
Layouts {SharePointRoot}\Template\Layouts에 매핑된 매핑 폴더를 나타냅니다.
SharePointRoot {SharePointRoot}에 매핑된 매핑 폴더를 나타냅니다.
Template {SharePointRoot}\Template에 매핑된 매핑 폴더를 나타냅니다.

설명

다음 시나리오에서 MappedFolderType 값을 사용할 수 있습니다.

IMappedFolderCollection.Add(String) or IMappedFolderCollection.Add(String, Boolean) 메서드를 사용하여 매핑된 폴더를 만들 때 새롭게 매핑된 폴더의 FolderType 속성은 사용자가 지정한 상대 경로를 기반으로 자동으로 설정됩니다. 표준 매핑 폴더 위치 중 하나에 해당하지 않는 상대 경로를 지정한 경우 새로운 매핑 폴더의 FolderType 속성에 Other 값이 있습니다.

참고 항목

참조

Microsoft.VisualStudio.SharePoint 네임스페이스