<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>ArticleVersionUpdateOptions In-Process API Supplementary Type</title><link>https://community.telligent.com/community/13/w/api-documentation/74478/articleversionupdateoptions-in-process-api-supplementary-type</link><description>&lt;p&gt;&lt;span&gt;Developing on Verint Community? Use the API documentation as a reference for all supported interactions with Verint Community.&lt;/span&gt;&lt;/p&gt;</description><dc:language>en-US</dc:language><generator>14.0.0.586 14</generator><item><title>ArticleVersionUpdateOptions In-Process API Supplementary Type</title><link>https://community.telligent.com/community/13/w/api-documentation/74478/articleversionupdateoptions-in-process-api-supplementary-type</link><pubDate>Fri, 08 Mar 2024 17:36:41 GMT</pubDate><guid isPermaLink="false">783c8158-f39e-41da-87f2-52ea9e5f2e90</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/13/w/api-documentation/74478/articleversionupdateoptions-in-process-api-supplementary-type#comments</comments><description>Current Revision posted to API Documentation by Ben Tiedt on 03/08/2024 17:36:41&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;div class="documentation"&gt;&lt;p&gt;&lt;code&gt;ArticleVersionUpdateOptions&lt;/code&gt; is defined in the &lt;code&gt;Telligent.Evolution.Extensibility.Api.Version1&lt;/code&gt; namespace of Telligent.Evolution.Articles.dll&lt;/p&gt;&lt;div class="documentation-stub"&gt;&lt;h2&gt;Definition&lt;/h2&gt;&lt;pre&gt;class ArticleVersionUpdateOptions
{
	string Body { get; set;  }
	string MetaDescription { get; set;  }
	string MetaKeywords { get; set;  }
	string MetaTitle { get; set;  }
	DateTime? PublishDate { get; set;  }
	DateTime? PublishEndDate { get; set;  }
	int? PublishGroupId { get; set;  }
	bool? ReadyToPublish { get; set;  }
	bool? RemovePublishDate { get; set;  }
	bool? RemovePublishEndDate { get; set;  }
	bool? RemovePublishGroup { get; set;  }
	bool? SuppressNotifications { get; set;  }
	string Tags { get; set;  }
	string Title { get; set;  }
	int? TypeId { get; set;  }
}
&lt;/pre&gt;&lt;/div&gt;&lt;div class="documentation-members properties"&gt;&lt;h2&gt;Properties&lt;/h2&gt;&lt;table cellspacing="0" cellpadding="2" width="99%" class="WikiTable"&gt;&lt;thead&gt;&lt;tr class="WikiTableBgBlue"&gt;&lt;th&gt;Name&lt;/th&gt;&lt;th&gt;Type&lt;/th&gt;&lt;th&gt;Description&lt;/th&gt;&lt;th&gt;Default&lt;/th&gt;&lt;th&gt;Options&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;Body&lt;/td&gt;&lt;td&gt;&lt;code&gt;string&lt;/code&gt;&lt;/td&gt;&lt;td&gt;Content of the article.&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;MetaDescription&lt;/td&gt;&lt;td&gt;&lt;code&gt;string&lt;/code&gt;&lt;/td&gt;&lt;td&gt;A short description placed in the description meta tag of the page for search engine optimization.&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;MetaKeywords&lt;/td&gt;&lt;td&gt;&lt;code&gt;string&lt;/code&gt;&lt;/td&gt;&lt;td&gt;A comma-separated list of tags placed in the keywords meta tag of the page for search engine optimization.  If not specified tags will be used if tags are specified.&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;MetaTitle&lt;/td&gt;&lt;td&gt;&lt;code&gt;string&lt;/code&gt;&lt;/td&gt;&lt;td&gt;A title used in the meta tag of the page for search engine optimization.&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;PublishDate&lt;/td&gt;&lt;td&gt;&lt;code&gt;DateTime?&lt;/code&gt;&lt;/td&gt;&lt;td&gt;Specifies when the article version should be published.  Cannot be set if the article version is part of a publish group.  Will not publish autormatically unlese ReadyToPublish is true.&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;PublishEndDate&lt;/td&gt;&lt;td&gt;&lt;code&gt;DateTime?&lt;/code&gt;&lt;/td&gt;&lt;td&gt;Specifies when to unplublish an article.  Will automatically unpublish a published article.&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;PublishGroupId&lt;/td&gt;&lt;td&gt;&lt;code&gt;int?&lt;/code&gt;&lt;/td&gt;&lt;td&gt;Specifies a publish group the article version belongs to. When a publish group is specified, the publish date cannot be set.  The publish date comes from the publish group.&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;ReadyToPublish&lt;/td&gt;&lt;td&gt;&lt;code&gt;bool?&lt;/code&gt;&lt;/td&gt;&lt;td&gt;Specifies whether or not to publish the article version.  If not ready to publish, the version will be editable, the article will not be searchable nor viewable by users who can not manage the article collection until after the version is published. Optional parameter&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;RemovePublishDate&lt;/td&gt;&lt;td&gt;&lt;code&gt;bool?&lt;/code&gt;&lt;/td&gt;&lt;td&gt;Allows removing PublishDate.&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;RemovePublishEndDate&lt;/td&gt;&lt;td&gt;&lt;code&gt;bool?&lt;/code&gt;&lt;/td&gt;&lt;td&gt;Allows removing PublishEndDate.&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;RemovePublishGroup&lt;/td&gt;&lt;td&gt;&lt;code&gt;bool?&lt;/code&gt;&lt;/td&gt;&lt;td&gt;Allows removing PublishGroup.&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;SuppressNotifications&lt;/td&gt;&lt;td&gt;&lt;code&gt;bool?&lt;/code&gt;&lt;/td&gt;&lt;td&gt;Allows suppressing notifications when publishing articles.&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Tags&lt;/td&gt;&lt;td&gt;&lt;code&gt;string&lt;/code&gt;&lt;/td&gt;&lt;td&gt;A comma separated list of tags&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Title&lt;/td&gt;&lt;td&gt;&lt;code&gt;string&lt;/code&gt;&lt;/td&gt;&lt;td&gt;Title of the article.&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;TypeId&lt;/td&gt;&lt;td&gt;&lt;code&gt;int?&lt;/code&gt;&lt;/td&gt;&lt;td&gt;The id of the article type that best describes this article.&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;hr class="generated-documentation-end" style="border-width:0;" /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>