Wednesday, May 30, 2012

Which Visualstudio project templates deploy in SharePoint2010sandbox solutions?


Project Templates


NameAvailable for sandboxed solutions
Empty SharePoint ProjectYes.
Visual Web PartNo. Visual Web Part template uses a user control (.ascx file) and must be deployed as a farm solution.
Sequential WorkflowNo. Programmatic workflows are not available for sandboxed solutions.
State Machine WorkflowNo. Programmatic workflows are not available for sandboxed solutions.
Business Data Connectivity ModelNo. BDC models is deployed at farm level and are therefore not available.
Event ReceiverYes.
List DefinitionYes.
Content TypeYes.
ModuleYes.
Site DefinitionNo. Site definitions is deployed at farm level and are not available.
Import Reusable WorkflowNo. Programmatic workflows are not available for sandboxed solutions.
Import SharePoint Solution PackageYes, if the items that is imported from the package are supported.

SharePoint Project Items


NameAvailable for sandboxed solutions
Visual Web PartNo. Visual Web Part template uses a user control (.ascx file) and are not available for sandboxed solutions.
Web PartYes.
Sequential WorkflowNo. Programmatic workflows are not available for sandboxed solutions.
State Machine WorkflowNo. Programmatic workflows are not available for sandboxed solutions.
Workflow Association FormNo. Association forms includes .aspx files and are not available for sandboxed solutions.
Workflow Initiation FormNo. Initiation forms includes .aspx files and are not available for sandboxed solutions.
Business Data Connectivity ModelNo. BDC models is deployed at farm level and are therefore not available.
Application PageNo. Application pages includes .aspx files and are not available for sandboxed solutions. Nothing under the Layouts folder can be deployed in sandboxed solutions.
Event ReceiverYes.
ModuleYes.
Content TypeYes.
List Definition From Content TypeYes.
List DefinitionYes.
List InstanceYes.
Empty ElementYes.
User ControlNo. User controls includes .ascx files and are not available for sandboxed solutions. Nothing under the ControlTemplates folder can be deployed in sandboxed solutions.

No comments:

Post a Comment