SupportedTrustLevels Enum

Definition

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

All 3

Indicates that the SharePoint project item supports all trust levels in SharePoint.

FullTrust 2

Indicates that the SharePoint project item supports only farm trust level in SharePoint.

Sandboxed 1

Indicates that the SharePoint project item supports only sandboxed trust level.

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.

Applies to