Add split post capability

This commit is contained in:
Martin Woodward 2015-12-17 15:57:50 +00:00
parent 96b67a4063
commit 32a76232f7
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());