NetCmdlets 2016
NetCmdlets 2016
Questions / Feedback?

Channel Output Object (Get-RSS Cmdlet)

If the Channel parameter is set, this object represents the channel information of the feed.

Syntax

Object Channel {
   string Category;
   string CategoryDomain;
   string Copyright;
   string Description;
   string Docs;
   string Language;
   string LastBuildDate;
   string Link;
   string ManagingEditor;
   string PubDate;
   string Title;
   string WebMaster;
}

Remarks

An Channel object is created when the Channel parameter is set. It contains a list of the channel information retrieved from the feed.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
NetCmdlets 2016 - Version 16.0 [Build 7240]