예제 #1
0
 /// <remarks/>
 public void GetWebPartProperties2Async(string pageUrl, Storage storage, SPWebServiceBehavior behavior, object userState) {
     if ((this.GetWebPartProperties2OperationCompleted == null)) {
         this.GetWebPartProperties2OperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetWebPartProperties2OperationCompleted);
     }
     this.InvokeAsync("GetWebPartProperties2", new object[] {
                 pageUrl,
                 storage,
                 behavior}, this.GetWebPartProperties2OperationCompleted, userState);
 }
예제 #2
0
 public System.Xml.XmlNode GetWebPartProperties2(string pageUrl, Storage storage, SPWebServiceBehavior behavior) {
     object[] results = this.Invoke("GetWebPartProperties2", new object[] {
                 pageUrl,
                 storage,
                 behavior});
     return ((System.Xml.XmlNode)(results[0]));
 }
예제 #3
0
 /// <remarks/>
 public void GetWebPartProperties2Async(string pageUrl, Storage storage, SPWebServiceBehavior behavior) {
     this.GetWebPartProperties2Async(pageUrl, storage, behavior, null);
 }
예제 #4
0
 /// <remarks/>
 public void GetWebPart2Async(string pageurl, System.Guid storageKey, Storage storage, SPWebServiceBehavior behavior) {
     this.GetWebPart2Async(pageurl, storageKey, storage, behavior, null);
 }
예제 #5
0
 public string GetWebPart2(string pageurl, System.Guid storageKey, Storage storage, SPWebServiceBehavior behavior) {
     object[] results = this.Invoke("GetWebPart2", new object[] {
                 pageurl,
                 storageKey,
                 storage,
                 behavior});
     return ((string)(results[0]));
 }
예제 #6
0
 /// <remarks/>
 public void GetWebPartPageAsync(string documentName, SPWebServiceBehavior behavior, object userState) {
     if ((this.GetWebPartPageOperationCompleted == null)) {
         this.GetWebPartPageOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetWebPartPageOperationCompleted);
     }
     this.InvokeAsync("GetWebPartPage", new object[] {
                 documentName,
                 behavior}, this.GetWebPartPageOperationCompleted, userState);
 }
예제 #7
0
 /// <remarks/>
 public void GetWebPartPageAsync(string documentName, SPWebServiceBehavior behavior) {
     this.GetWebPartPageAsync(documentName, behavior, null);
 }
예제 #8
0
 public string GetWebPartPage(string documentName, SPWebServiceBehavior behavior) {
     object[] results = this.Invoke("GetWebPartPage", new object[] {
                 documentName,
                 behavior});
     return ((string)(results[0]));
 }