IChannelGroupInfo
Table of Contents
Methods
- getCaption() : string
- Get channel group caption.
- getID() : string
- Get channel group ID.
- getParentID() : null|string
- Gets parent group ID.
- getSort() : int
- Get channel group gort.
- getUrl() : string
- Get channel group URL.
- isDisplayable() : bool
- Check if channel group is displayable Items of not displayable group will be displayed at top-level as non-grouped.
Methods
getCaption()
Get channel group caption.
public
getCaption() : string
Return values
stringgetID()
Get channel group ID.
public
getID() : string
Return values
stringgetParentID()
Gets parent group ID.
public
getParentID() : null|string
Return values
null|stringgetSort()
Get channel group gort.
public
getSort() : int
Return values
intgetUrl()
Get channel group URL.
public
getUrl() : string
Return values
stringisDisplayable()
Check if channel group is displayable Items of not displayable group will be displayed at top-level as non-grouped.
public
isDisplayable() : bool