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

GetChanID() public static method

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