0
我可以從SharePoint客戶端API調用自定義創建的功能嗎?Sharepoint客戶端API。致電自定義功能
我需要調用服務器上的功能:
public class ClientCallsReciever
{
public void CustomFunction()
{
//A LOT OF CODE ON SERVER
}
}
那麼是否有可能在客戶端像做:
Context.Completed+=CompletedHandler;
Context.Invoke("CustomFunction");
只是覺得我們有更簡單的方法) – Evgeny 2011-05-25 14:58:02