Sharepoint 2013 Office365 - 委托控制
Sharepoint 2013 Office365 - DelegateControl
我正在尝试为我的问题找到官方答案:
我可以在 Office365 上的 Sharepoint 2013 中使用 DelegateControl 吗?
有没有人有任何 Microsoft link 或文章说这是可能的或不可能的?或者你们中有人知道这是可能的吗?
谢谢
埃米利奥
不可以使用委托控制,因为您只能在 SharePoint 365 中安装沙盒解决方案,而沙盒解决方案中不允许使用委托控制。
Office365 社区有类似问题
http://community.office365.com/en-us/f/154/t/55979.aspx
Richard diZerega 撰写了一篇博客,介绍 SharePoint 365 上哪些是可能的,哪些是不可能的
http://blogs.msdn.com/b/richard_dizeregas_blog/archive/2013/07/16/app-approaches-to-common-sharepoint-customizations.aspx
Delegate Control
Apps for SharePoint do not support "Control" elements that can be used
with delegate controls in a master page. Delegate controls are a
common mechanism for swapping out functionality of a site using a farm
solutions (particularly useful with the AdditionalPageHead delegate).
As an alternative, the same result can be achieved through the design
in a custom master page (ex: place specific html or server controls in
the master page).
我正在尝试为我的问题找到官方答案: 我可以在 Office365 上的 Sharepoint 2013 中使用 DelegateControl 吗?
有没有人有任何 Microsoft link 或文章说这是可能的或不可能的?或者你们中有人知道这是可能的吗?
谢谢 埃米利奥
不可以使用委托控制,因为您只能在 SharePoint 365 中安装沙盒解决方案,而沙盒解决方案中不允许使用委托控制。
Office365 社区有类似问题
http://community.office365.com/en-us/f/154/t/55979.aspx
Richard diZerega 撰写了一篇博客,介绍 SharePoint 365 上哪些是可能的,哪些是不可能的
http://blogs.msdn.com/b/richard_dizeregas_blog/archive/2013/07/16/app-approaches-to-common-sharepoint-customizations.aspx
Delegate Control
Apps for SharePoint do not support "Control" elements that can be used with delegate controls in a master page. Delegate controls are a common mechanism for swapping out functionality of a site using a farm solutions (particularly useful with the AdditionalPageHead delegate). As an alternative, the same result can be achieved through the design in a custom master page (ex: place specific html or server controls in the master page).