PublicAPI.Portal.Messages.FindInformationChannel ELMA API Documentation
Find and infochannel by name
 
 
Syntax

public InformationChannel FindInformationChannel(
	string chanelName
)

Return Value

Type: InformationChannel
Information channel
Examples

//infochannel name 
var channelName = "Infochannel name";

//search the infochannel by name 
var findedInfoChannel = PublicAPI.Portal.Messages.FindInformationChannel(channelName);

//findedInfoChannel - found information channel
See Also