SpreadWebServcie.GetAllSubscription Method
獲得所有現有的聯繫人列表.
public
Dataset getAllSubscription
(
string loginEmail,
string
password,
)
參數
參數
|
類型
|
描述
|
loginEmail
|
String
|
Spread賬號的登錄郵件地址.
|
password
|
String
|
Spread賬號的登錄密碼或者
API Key.
|
返回結果
Dataset 包含一個表 行: Subscription Name,
description, Status and No. of Subscribers.
例子
string
loginName
= "spread@reasonables.com";
string
loginPassword
= "spread";
Dataset
mySubscriptionsData;
//Create a SpreadWebService
object and use its method.
SpreadWebService MySpread = new
SpreadWebService();
mySubscriptionsData
= MySpread.getAllSubscription (loginName, loginPassword);
|
參見
SpreadWebService
Class | Spread Web Service Namespace