Merge pull request #163 from martinwoodward/add-blogger-split-post

Add split post capability to GoogleBloggerV3Client
This commit is contained in:
Scott Lovegrove 2015-12-17 16:25:27 +00:00
commit ae7eedf12c
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ namespace OpenLiveWriter.BlogClient.Clients
clientOptions.SupportsKeywords = true;
clientOptions.SupportsGetKeywords = false;
clientOptions.SupportsPages = true;
clientOptions.SupportsExtendedEntries = true;
_clientOptions = clientOptions;
_nsMgr = new XmlNamespaceManager(new NameTable());