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

GetChanTrackURL() public static method

public static GetChanTrackURL ( this collection ) : string
collection this
return string
    public static string GetChanTrackURL(this IAtomCollection collection)
    {
      return GetStringFrom(collection, Atom.PCP_CHAN_TRACK_URL);
    }
AtomCollectionExtensions