SpreadWebServcie.GetAllSubscription Method
获得所有现有的联系人名单.
public Dataset getAllSubscription (
string loginEmail,
string password,
)
参数
类型
描述
loginEmail
String
Spread账号的登录邮件地址.
password
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
English | 简体中文 | 繁體中文 | 联系我们 | 关于我们