Share via


ManagementPack.GetKnowledgeArticle Method

Definition

Retrieves the knowledge article for the management pack.

Overloads

GetKnowledgeArticle(CultureInfo)

Retrieves the specified knowledge article from the management pack using the specified locale for the article.

GetKnowledgeArticle(String)

Retrieves the knowledge article for the management pack using the language code.

GetKnowledgeArticle(CultureInfo)

Retrieves the specified knowledge article from the management pack using the specified locale for the article.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackKnowledgeArticle ^ GetKnowledgeArticle(System::Globalization::CultureInfo ^ culture);
public Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticle GetKnowledgeArticle (System.Globalization.CultureInfo culture);
member this.GetKnowledgeArticle : System.Globalization.CultureInfo -> Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticle
Public Function GetKnowledgeArticle (culture As CultureInfo) As ManagementPackKnowledgeArticle

Parameters

culture
CultureInfo

Specifies the locale for the article. A management pack can contain multiple localized versions of an article.

Returns

The article for the specified locale.

Remarks

A knowledge article is a collection of rule comments regarding the meaning and importance of events.

See also

Applies to

GetKnowledgeArticle(String)

Retrieves the knowledge article for the management pack using the language code.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackKnowledgeArticle ^ GetKnowledgeArticle(System::String ^ languageCode);
public Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticle GetKnowledgeArticle (string languageCode);
member this.GetKnowledgeArticle : string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticle
Public Function GetKnowledgeArticle (languageCode As String) As ManagementPackKnowledgeArticle

Parameters

languageCode
String

The language code that identifies the language of the returned knowledge article.

Returns

The knowledge article for the management pack.

Applies to