| LingKai's profileRomance Dawn 冒险开始的地方PhotosBlogLists | Help |
|
16 August pack// too many defects in the code below....
using (Blog myblog = LiveSpace.GetBlog("xiaokai758@hotmail.com"))
{
foreach (BlogDocument doc in myblog.Documents)
{
if (doc.CreatedDate.LessThan(DateTime.Today))
{
doc.Category = "Old";
}
}
} |
|
|