Table of Contents

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

string

HasContent

Gets or sets whether the knowledge base article has content.

[Browsable(false)]
public bool HasContent { get; }

Property Value

bool

MoreInformation

Gets or sets more information relating to the knowledge base article.

public string MoreInformation { get; set; }

Property Value

string

Resolution

Gets or sets the resolution of the issue detailed in the knowledge base article.

public string Resolution { get; set; }

Property Value

string

Summary

Gets or sets the summary of the knowledge base article.

public string Summary { get; set; }

Property Value

string

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 string

The XML representation of the object.

Returns

KnowledgeBaseArticleContent

A CENTREL.XIA.Configuration.Types.KnowledgeBaseArticleContent class.