IChannelApi interface
栏目Api接口。
public interface IChannelApi
1
Members
| name | description |
|---|---|
| Delete(…) | 删除栏目。 |
| GetChannelId(…) | 通过站点Id以及栏目索引获取栏目Id。 |
| GetChannelIdList(…) | 通过站点Id获取此站点下的所有栏目Id的列表。 (2 methods) |
| GetChannelInfo(…) | 通过站点Id以及栏目Id获取对应的栏目实例。 |
| GetChannelName(…) | 通过站点Id以及栏目Id获取栏目名称。 |
| GetChannelUrl(…) | 获取栏目Url访问地址。 |
| Insert(…) | 新增栏目。 |
| NewInstance(…) | 实例化指定站点Id的栏目对象。 |
| Update(…) | 修改栏目。 |
