views:

23

answers:

0

Hi,

Argotic framework provided AtomFeed class that has Authors property for getting Authors for certain, Blog / Webites generating feed.

public Collection<AtomPersonConstruct> Authors {
 get;
}

On the other side I cannot find Property for RssFeed class which could be used to extract Authors for certain blog / webite, generating feed. Only it provides following property ManagingEditor(email Address)

Is there any way to get the Authors other than drilling down into individual Feed Items and get Authors for them (which is Email Address agian not Authors Name). I have gone through Argotic Documentaion already.

Thanks