IChannelInfo interface

欄目實體接口。 對(duì)應數據庫中的xycms_Channel表。

public interface IChannelInfo
1

Members

namedescription
AddDate { get; set; }欄目添加時(shí)間。
Attributes { get; }欄目可擴展屬性,以鍵/值對(duì)的方式存儲欄目數據,鍵不區分大小寫。 除了存儲欄目本身數據,還(hái)將(jiāng)用于存儲欄目的自定義字段數據。
ChannelFilePathRule { get; set; }下級欄目的頁面(miàn)命名規則。
ChannelName { get; set; }欄目名稱。
ChannelTemplateId { get; set; }欄目模闆Id。
ChildrenCount { get; set; }下級欄目數量。
Content { get; set; }欄目正文,以編輯器提交信息。
ContentFilePathRule { get; set; }欄目下内容的頁面(miàn)命名規則。
ContentModelPluginId { get; set; }内容模型插件設置,隻能(néng)設置一個内容模型插件,設置後(hòu)此欄目下的内容表將(jiāng)由插件定義。
ContentRelatedPluginIds { get; set; }内容關聯插件設置,可以設置多個關聯插件。 多個關聯插件以英文逗号隔開(kāi)。
ContentTemplateId { get; set; }内容模闆Id。
Description { get; set; }頁面(miàn)描述。
FilePath { get; set; }欄目生成(chéng)頁面(miàn)路徑。
GroupNameCollection { get; set; }欄目組。 多個欄目組以英文逗号隔開(kāi)。
Id { get; set; }欄目Id。
ImageUrl { get; set; }欄目圖片,存儲圖片地址。
IndexName { get; set; }欄目索引。
IsLastNode { get; set; }是否最後(hòu)一級欄目。
Keywords { get; set; }關鍵字列表,各關鍵詞間用英文逗号分割。
LinkType { get; set; }鏈接類型,設置此欄目的鏈接與子欄目及内容的關系。
LinkUrl { get; set; }外部鏈接,設置後(hòu)鏈接將(jiāng)指向(xiàng)此地址。
ParentId { get; set; }父欄目Id。
ParentsCount { get; set; }上級欄目數量。
ParentsPath { get; set; }上級欄目路徑,包含所有上級欄目的Id,以英文逗号分隔。
SiteId { get; set; }欄目所在的站點Id。
Taxis { get; set; }排序。