IChannelInfo
Table of Contents
Methods
- checkConfigurationPermission() : bool
- Check if current user has permission to configure this channel.
- getCaption() : string
- Get channel caption.
- getChannelComponent() : string
- Get Channel Component.
- getChannelOrigin() : string
- Get Channel Origin (Identifier, GUID or other sign).
- getChannelTypeID() : ChannelType
- Get Channel Type ID.
- getConfigurationUrl() : string
- Get channel configuration URL.
- getGroupID() : string
- Get group ID
- getKey() : string
- Get channel unique key.
- getSort() : int
- Get sorting
- isEnabled() : bool
- Check if channel enabled.
- isInUse() : bool
- Check if channel in use.
Methods
checkConfigurationPermission()
Check if current user has permission to configure this channel.
public
checkConfigurationPermission() : bool
Return values
boolgetCaption()
Get channel caption.
public
getCaption() : string
Return values
stringgetChannelComponent()
Get Channel Component.
public
getChannelComponent() : string
Return values
stringgetChannelOrigin()
Get Channel Origin (Identifier, GUID or other sign).
public
getChannelOrigin() : string
Return values
stringgetChannelTypeID()
Get Channel Type ID.
public
getChannelTypeID() : ChannelType
Return values
ChannelTypegetConfigurationUrl()
Get channel configuration URL.
public
getConfigurationUrl() : string
Return values
stringgetGroupID()
Get group ID
public
getGroupID() : string
Return values
stringgetKey()
Get channel unique key.
public
getKey() : string
Return values
stringgetSort()
Get sorting
public
getSort() : int
Return values
intisEnabled()
Check if channel enabled.
public
isEnabled() : bool
Return values
boolisInUse()
Check if channel in use.
public
isInUse() : bool