Class WebsiteChannelItem
Represents a website channel item.
public sealed class WebsiteChannelItem
- Inheritance
-
objectWebsiteChannelItem
- Extension Methods
Properties
RootId
Identifier of the website channel root.
public int RootId { get; set; }
Property Value
- int
WebsiteChannelId
Identifier of the website channel.
public int WebsiteChannelId { get; set; }
Property Value
- int
WebsiteChannelName
Name of the channel.
public string WebsiteChannelName { get; set; }
Property Value
- string