IPrivateWindow.GetChannels Property

AdiIRC API v2

IPrivateWindowGetChannels Property

Retrive all shared IChannels this IUser and your user is joined.

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
ICollection GetChannels { get; }
ReadOnly Property GetChannels As ICollection
	Get
property ICollection^ GetChannels {
	ICollection^ get ();
}
abstract GetChannels : ICollection with get

Property Value

Type: ICollection
See Also