Bitrix API

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
bool

getCaption()

Get channel caption.

public getCaption() : string
Return values
string

getChannelComponent()

Get Channel Component.

public getChannelComponent() : string
Return values
string

getChannelOrigin()

Get Channel Origin (Identifier, GUID or other sign).

public getChannelOrigin() : string
Return values
string

getConfigurationUrl()

Get channel configuration URL.

public getConfigurationUrl() : string
Return values
string

getGroupID()

Get group ID

public getGroupID() : string
Return values
string

getKey()

Get channel unique key.

public getKey() : string
Return values
string

getSort()

Get sorting

public getSort() : int
Return values
int

isEnabled()

Check if channel enabled.

public isEnabled() : bool
Return values
bool

isInUse()

Check if channel in use.

public isInUse() : bool
Return values
bool

        
On this page

Search results