DeploymentType 열거형
파일에 대해 수행할 배포 형식을 지정합니다.
네임스페이스: Microsoft.VisualStudio.SharePoint
어셈블리: Microsoft.VisualStudio.SharePoint(Microsoft.VisualStudio.SharePoint.dll)
구문
‘선언
<CLSCompliantAttribute(True)> _
Public Enumeration DeploymentType
[CLSCompliantAttribute(true)]
public enum DeploymentType
멤버
멤버 이름 | 설명 | |
---|---|---|
NoDeployment | SharePoint에 배포되지 않는 파일을 지정합니다.Nodeployment의 기본 경로 빈 문자열입니다. | |
ElementManifest | 요소 매니페스트가 SharePoint에 배포되도록 지정합니다.요소 매니페스트는 기능 매니페스트(feature.xml)에서 참조됩니다.Elementmanifest는 기본 경로 {SharePointRoot}\Template\Features. | |
ElementFile | 요소 파일이 SharePoint에 배포되도록 지정합니다.요소 파일은 기능 매니페스트(feature.xml)에서 참조됩니다.Elementfile의 기본 경로 {SharePointRoot}\Template\Features. | |
TemplateFile | 템플릿 파일이 SharePoint에 배포되도록 지정합니다.템플릿 파일은 패키지 매니페스트(manifest.xml)에서 참조됩니다.Templatefile은 기본 경로 {SharePointRoot}\Template. | |
RootFile | 루트 파일이 SharePoint에 배포되도록 지정합니다.루트 파일은 패키지 매니페스트(manifest.xml)에서 참조됩니다.Rootfile에 대 한 기본 경로 {SharePointRoot}. | |
ClassResource | 파일이 클래스 리소스로 SharePoint에 배포되도록 지정합니다.클래스 리소스는 패키지 매니페스트(manifest.xml)에서 참조됩니다.Classresource에 대 한 기본 경로 {ClassResourcePath}. | |
ApplicationResource | 파일이 응용 프로그램 리소스로 SharePoint에 배포되도록 지정합니다.응용 프로그램 리소스는 패키지 매니페스트(manifest.xml)에서 참조됩니다.Applicationresource에 대 한 기본 경로: {WebApplicationRoot}\Resources. | |
AppGlobalResource | 파일이 응용 프로그램 전역 리소스로 SharePoint에 배포되도록 지정합니다.Appglobalresource에 대 한 기본 경로: {WebApplicationRoot}\App_GlobalResources.
응용 프로그램 글로벌 리소스는 패키지 매니페스트(manifest.xml)에서 참조됩니다.SharePoint 웹 응용 프로그램의 'App_GlobalResources' 폴더에 배포됩니다. |
|
PackageOnly | Package Only로 표시된 파일을 지정합니다. 이 파일은 배포 정보 없이 WSP 파일에 포함됩니다.Packageonly의 기본 경로 빈 문자열입니다. | |
Resource | 파일이 리소스 파일로 SharePoint에 배포되도록 지정합니다.리소스에 대 한 기본 경로 {SharePointRoot}\Template\Features.
리소스 파일은 패키지 매니페스트(manifest.xml)에서 참조됩니다. |
|
DwpFile | Resource로 표시된 파일을 지정합니다. 이 파일은 패키지 매니페스트에서 Dwp 파일로 참조됩니다.Dwp 파일은 패키지 매니페스트(manifest.xml)에서 참조됩니다.Dwpfile에 대 한 기본 경로 {WebApplicationRoot}\wpcatalog. |