CreateKnowledgeArticleTranslationRequest.IsMajor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get or sets whether to create a major or minor version of the knowledge article record. Required.
public:
property bool IsMajor { bool get(); void set(bool value); };
public bool IsMajor { get; set; }
member this.IsMajor : bool with get, set
Public Property IsMajor As Boolean
Property Value
true
if major version; false
if minor version.