Table of Contents

Class KnowledgeBaseArticle

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a knowledge base article.

public class KnowledgeBaseArticle : BaseConfigurationType
Inheritance
KnowledgeBaseArticle
Inherited Members

Constructors

KnowledgeBaseArticle()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.KnowledgeBaseArticle class.

public KnowledgeBaseArticle()

Properties

Content

Gets or sets the content of the knowledge base article.

public KnowledgeBaseArticleContent Content { get; set; }

Property Value

KnowledgeBaseArticleContent

Description

Gets the description of the knowledge base article.

public override OverrideString Description { get; set; }

Property Value

OverrideString

Name

Gets the name of the knowledge base article - for example "KB125421".

public override string Name { get; set; }

Property Value

string

Methods

Clone()

Returns a CENTREL.XIA.Configuration.Types.KnowledgeBaseArticle cloned from this object.

public KnowledgeBaseArticle Clone()

Returns

KnowledgeBaseArticle

A CENTREL.XIA.Configuration.Types.KnowledgeBaseArticle.

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.KnowledgeBaseArticle class from the specified XML.

public static KnowledgeBaseArticle FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

KnowledgeBaseArticle

A CENTREL.XIA.Configuration.Types.KnowledgeBaseArticle class.