SharePointProjectMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the mode for the SharePoint project.
public enum class SharePointProjectMode
public enum SharePointProjectMode
type SharePointProjectMode =
Public Enum SharePointProjectMode
- Inheritance
-
SharePointProjectMode
Fields
Name | Value | Description |
---|---|---|
SharePointCustomization | 0 | Specifies the SharePoint solution project. |
SharePointApp | 1 | Specifies the App for SharePoint project. |
OfficeApp | 2 | Specifies the Document Office App project. |
MailApp | 3 | Specifies the Mail App project. |