IContentApi.GetTableName method

通过站点Id以及栏目Id获取此栏目关联的内容表名称。

  1. public string GetTableName(int siteId, int channelId)
parameter description
siteId 站点Id。
channelId 栏目Id。

Return Value

如果站点及栏目存在,则返回此栏目关联的内容表名称;否则返回 null。

See Also