SupportedTrustLevels Enumeration

 

Enumeration values that specify the trust level in SharePoint supported by the SharePoint project item.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:   Microsoft.VisualStudio.SharePoint
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

[FlagsAttribute]
public enum class SupportedTrustLevels

Member nameDescription
All

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

FullTrust

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

Sandboxed

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

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.

Return to top
Show: