PeerCastStation.Core.AtomCollectionExtensions.GetChanBCID C# (CSharp) Method

GetChanBCID() public static method

public static GetChanBCID ( this collection ) : Guid?
collection this
return Guid?
    public static Guid? GetChanBCID(this IAtomCollection collection)
    {
      return GetIDFrom(collection, Atom.PCP_CHAN_BCID);
    }
AtomCollectionExtensions