SupportedTrustLevels 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.
Enumeration values that specify the trust level in SharePoint supported by the SharePoint project item.
This enumeration supports a bitwise combination of its member values.
public enum class SupportedTrustLevels
[System.Flags]
public enum SupportedTrustLevels
[<System.Flags>]
type SupportedTrustLevels =
Public Enum SupportedTrustLevels
- Inheritance
-
SupportedTrustLevels
- Attributes
Fields
Name | Value | Description |
---|---|---|
Sandboxed | 1 | Indicates that the SharePoint project item supports only sandboxed trust level. |
FullTrust | 2 | Indicates that the SharePoint project item supports only farm trust level in SharePoint. |
All | 3 | Indicates that the SharePoint project item supports all trust levels in SharePoint. |
Remarks
If the SharePoint project item does not specify a trust level, then the default value of All is used. For more information, see Sandboxed Solution Considerations.