Class KnowledgeBaseArticleContent
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the content of a knowledge base article.
public class KnowledgeBaseArticleContent : BaseTypeSection
- Inheritance
-
KnowledgeBaseArticleContent
Constructors
KnowledgeBaseArticleContent()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.KnowledgeBaseArticleContent class.
public KnowledgeBaseArticleContent()
Properties
Cause
Gets or sets the cause of the issue detailed in the knowledge base article.
public string Cause { get; set; }
Property Value
HasContent
Gets or sets whether the knowledge base article has content.
[Browsable(false)]
public bool HasContent { get; }
Property Value
MoreInformation
Gets or sets more information relating to the knowledge base article.
public string MoreInformation { get; set; }
Property Value
Resolution
Gets or sets the resolution of the issue detailed in the knowledge base article.
public string Resolution { get; set; }
Property Value
Summary
Gets or sets the summary of the knowledge base article.
public string Summary { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.KnowledgeBaseArticleContent cloned from this object.
public KnowledgeBaseArticleContent Clone()
Returns
- KnowledgeBaseArticleContent
A CENTREL.XIA.Configuration.Types.KnowledgeBaseArticleContent.
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.KnowledgeBaseArticleContent class from the specified XML.
public static KnowledgeBaseArticleContent FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- KnowledgeBaseArticleContent
A CENTREL.XIA.Configuration.Types.KnowledgeBaseArticleContent class.