Jannik Anker

.NET developer blog
posts - 197, comments - 14, trackbacks - 46

My Links

News



www.flickr.com
This is a Flickr badge showing photos in a set called Bornholm with a DSLR. Make your own badge here.

Article Categories

Archives

Post Categories

ASP.NET

Blogs

C#

MCMS

Personal web sites

SharePoint

Not so strange behavior after all...

Yesterday I "complained" about some unexpected behaviour in .TEXT - but as it turns out, stupid is as stupid does...

Apparantly I had chosen to ignore the option to include PostConfig enum(s) when creating a new post. The PostConfig enum allows you to define which of the Advanced Options should be "on":

net.geekswithblogs.PostConfig p = net.geekswithblogs.PostConfig.IsActive|net.geekswithblogs.PostConfig.DisplayOnHomePage|
net.geekswithblogs.PostConfig.IncludeInMainSyndication|net.geekswithblogs.PostConfig.AllowComments;

This takes care of it - notice the absence of net.geekswithblogs.PostConfig.IsAggregated (which would include the posting in the aggregate feed).

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Print | posted on Tuesday, September 27, 2005 7:20 AM | Filed Under [ Misc. ]

Feedback

No comments posted yet.
Post A Comment
Title:
Name:
Email:
Website:
Comment:
Verification:
 
 

Powered by: