Share via


ManagementPackKnowledgeArticle Constructors

Definition

Initializes a new ManagementPackKnowledgeArticle object.

Overloads

ManagementPackKnowledgeArticle(ManagementPackKnowledgeArticle)

Initializes a new ManagementPackKnowledgeArticle object by using the clone parameter.

ManagementPackKnowledgeArticle(ManagementPack, CultureInfo)

Initializes a new ManagementPackKnowledgeArticle object by using a management pack and a culture.

ManagementPackKnowledgeArticle(ManagementPack, String)

Initializes a new ManagementPackKnowledgeArticle object by using a management pack and a language code.

ManagementPackKnowledgeArticle(ManagementPackElement, CultureInfo)

Initializes a new ManagementPackKnowledgeArticle object by using a management pack element and a culture.

ManagementPackKnowledgeArticle(ManagementPackElement, String)

Initializes a new ManagementPackKnowledgeArticle object by using a management pack element and a language code.

ManagementPackKnowledgeArticle(ManagementPackSubElement, CultureInfo)

Initializes a new ManagementPackKnowledgeArticle object by using a sub element and a culture.

ManagementPackKnowledgeArticle(ManagementPackSubElement, String)

Initializes a new ManagementPackKnowledgeArticle object by using a sub element and a language code.

ManagementPackKnowledgeArticle(ManagementPackElement, CultureInfo, ManagementPack)

Initializes a new ManagementPackKnowledgeArticle object by using a management pack element, a culture, and a target management pack.

ManagementPackKnowledgeArticle(ManagementPackElement, String, ManagementPack)

Initializes a new ManagementPackKnowledgeArticle object by using a management pack element, a language code, and a target management pack.

ManagementPackKnowledgeArticle(ManagementPackSubElement, CultureInfo, ManagementPack)

Initializes a new ManagementPackKnowledgeArticle object by using a sub element, a culture, and a target management pack.

ManagementPackKnowledgeArticle(ManagementPackSubElement, String, ManagementPack)

Initializes a new ManagementPackKnowledgeArticle object by using a sub element, a language code, and a target management pack.

ManagementPackKnowledgeArticle(ManagementPackKnowledgeArticle)

Initializes a new ManagementPackKnowledgeArticle object by using the clone parameter.

public:
 ManagementPackKnowledgeArticle(Microsoft::EnterpriseManagement::Configuration::ManagementPackKnowledgeArticle ^ clone);
public ManagementPackKnowledgeArticle (Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticle clone);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticle : Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticle -> Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticle
Public Sub New (clone As ManagementPackKnowledgeArticle)

Parameters

clone
ManagementPackKnowledgeArticle

The knowledge article to clone. The returned knowledge article instance will be a clone of the specified knowledge article.

Applies to

ManagementPackKnowledgeArticle(ManagementPack, CultureInfo)

Initializes a new ManagementPackKnowledgeArticle object by using a management pack and a culture.

public:
 ManagementPackKnowledgeArticle(Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ mp, System::Globalization::CultureInfo ^ culture);
public ManagementPackKnowledgeArticle (Microsoft.EnterpriseManagement.Configuration.ManagementPack mp, System.Globalization.CultureInfo culture);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticle : Microsoft.EnterpriseManagement.Configuration.ManagementPack * System.Globalization.CultureInfo -> Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticle
Public Sub New (mp As ManagementPack, culture As CultureInfo)

Parameters

mp
ManagementPack

The management pack that has the knowledge article.

culture
CultureInfo

The culture of the knowledge article.

Applies to

ManagementPackKnowledgeArticle(ManagementPack, String)

Initializes a new ManagementPackKnowledgeArticle object by using a management pack and a language code.

public:
 ManagementPackKnowledgeArticle(Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ mp, System::String ^ languageCode);
public ManagementPackKnowledgeArticle (Microsoft.EnterpriseManagement.Configuration.ManagementPack mp, string languageCode);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticle : Microsoft.EnterpriseManagement.Configuration.ManagementPack * string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticle
Public Sub New (mp As ManagementPack, languageCode As String)

Parameters

mp
ManagementPack

The management pack that has the knowledge article.

languageCode
String

The three-letter language code for the language pack used by the knowledge article.

Applies to

ManagementPackKnowledgeArticle(ManagementPackElement, CultureInfo)

Initializes a new ManagementPackKnowledgeArticle object by using a management pack element and a culture.

public:
 ManagementPackKnowledgeArticle(Microsoft::EnterpriseManagement::Configuration::ManagementPackElement ^ element, System::Globalization::CultureInfo ^ culture);
public ManagementPackKnowledgeArticle (Microsoft.EnterpriseManagement.Configuration.ManagementPackElement element, System.Globalization.CultureInfo culture);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticle : Microsoft.EnterpriseManagement.Configuration.ManagementPackElement * System.Globalization.CultureInfo -> Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticle
Public Sub New (element As ManagementPackElement, culture As CultureInfo)

Parameters

element
ManagementPackElement

The management pack element used to set the knowledge article.

culture
CultureInfo

The culture of the knowledge article.

Applies to

ManagementPackKnowledgeArticle(ManagementPackElement, String)

Initializes a new ManagementPackKnowledgeArticle object by using a management pack element and a language code.

public:
 ManagementPackKnowledgeArticle(Microsoft::EnterpriseManagement::Configuration::ManagementPackElement ^ element, System::String ^ languageCode);
public ManagementPackKnowledgeArticle (Microsoft.EnterpriseManagement.Configuration.ManagementPackElement element, string languageCode);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticle : Microsoft.EnterpriseManagement.Configuration.ManagementPackElement * string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticle
Public Sub New (element As ManagementPackElement, languageCode As String)

Parameters

element
ManagementPackElement

The management pack element used to set the knowledge article.

languageCode
String

The three-letter language code for the language pack used by the knowledge article.

Applies to

ManagementPackKnowledgeArticle(ManagementPackSubElement, CultureInfo)

Initializes a new ManagementPackKnowledgeArticle object by using a sub element and a culture.

public:
 ManagementPackKnowledgeArticle(Microsoft::EnterpriseManagement::Configuration::ManagementPackSubElement ^ subelement, System::Globalization::CultureInfo ^ culture);
public ManagementPackKnowledgeArticle (Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElement subelement, System.Globalization.CultureInfo culture);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticle : Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElement * System.Globalization.CultureInfo -> Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticle
Public Sub New (subelement As ManagementPackSubElement, culture As CultureInfo)

Parameters

subelement
ManagementPackSubElement

The management pack child element used to set the knowledge article.

culture
CultureInfo

The culture of the knowledge article.

Applies to

ManagementPackKnowledgeArticle(ManagementPackSubElement, String)

Initializes a new ManagementPackKnowledgeArticle object by using a sub element and a language code.

public:
 ManagementPackKnowledgeArticle(Microsoft::EnterpriseManagement::Configuration::ManagementPackSubElement ^ subelement, System::String ^ languageCode);
public ManagementPackKnowledgeArticle (Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElement subelement, string languageCode);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticle : Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElement * string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticle
Public Sub New (subelement As ManagementPackSubElement, languageCode As String)

Parameters

subelement
ManagementPackSubElement

The management pack child element used to set the knowledge article.

languageCode
String

The three-letter language code for the language pack used by the knowledge article.

Applies to

ManagementPackKnowledgeArticle(ManagementPackElement, CultureInfo, ManagementPack)

Initializes a new ManagementPackKnowledgeArticle object by using a management pack element, a culture, and a target management pack.

public:
 ManagementPackKnowledgeArticle(Microsoft::EnterpriseManagement::Configuration::ManagementPackElement ^ element, System::Globalization::CultureInfo ^ culture, Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ targetmp);
public ManagementPackKnowledgeArticle (Microsoft.EnterpriseManagement.Configuration.ManagementPackElement element, System.Globalization.CultureInfo culture, Microsoft.EnterpriseManagement.Configuration.ManagementPack targetmp);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticle : Microsoft.EnterpriseManagement.Configuration.ManagementPackElement * System.Globalization.CultureInfo * Microsoft.EnterpriseManagement.Configuration.ManagementPack -> Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticle
Public Sub New (element As ManagementPackElement, culture As CultureInfo, targetmp As ManagementPack)

Parameters

element
ManagementPackElement

The management pack element used to set the knowledge article.

culture
CultureInfo

The culture of the knowledge article.

targetmp
ManagementPack

The target management pack where the knowledge article will be added.

Applies to

ManagementPackKnowledgeArticle(ManagementPackElement, String, ManagementPack)

Initializes a new ManagementPackKnowledgeArticle object by using a management pack element, a language code, and a target management pack.

public:
 ManagementPackKnowledgeArticle(Microsoft::EnterpriseManagement::Configuration::ManagementPackElement ^ element, System::String ^ languageCode, Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ targetmp);
public ManagementPackKnowledgeArticle (Microsoft.EnterpriseManagement.Configuration.ManagementPackElement element, string languageCode, Microsoft.EnterpriseManagement.Configuration.ManagementPack targetmp);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticle : Microsoft.EnterpriseManagement.Configuration.ManagementPackElement * string * Microsoft.EnterpriseManagement.Configuration.ManagementPack -> Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticle
Public Sub New (element As ManagementPackElement, languageCode As String, targetmp As ManagementPack)

Parameters

element
ManagementPackElement

The management pack element used to set the knowledge article.

languageCode
String

The three-letter language code for the language pack used by the knowledge article.

targetmp
ManagementPack

The target management pack where the knowledge article will be added.

Applies to

ManagementPackKnowledgeArticle(ManagementPackSubElement, CultureInfo, ManagementPack)

Initializes a new ManagementPackKnowledgeArticle object by using a sub element, a culture, and a target management pack.

public:
 ManagementPackKnowledgeArticle(Microsoft::EnterpriseManagement::Configuration::ManagementPackSubElement ^ subelement, System::Globalization::CultureInfo ^ culture, Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ targetmp);
public ManagementPackKnowledgeArticle (Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElement subelement, System.Globalization.CultureInfo culture, Microsoft.EnterpriseManagement.Configuration.ManagementPack targetmp);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticle : Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElement * System.Globalization.CultureInfo * Microsoft.EnterpriseManagement.Configuration.ManagementPack -> Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticle
Public Sub New (subelement As ManagementPackSubElement, culture As CultureInfo, targetmp As ManagementPack)

Parameters

subelement
ManagementPackSubElement

The management pack child element used to set the knowledge article.

culture
CultureInfo

The culture of the knowledge article.

targetmp
ManagementPack

The target management pack where the knowledge article will be added.

Applies to

ManagementPackKnowledgeArticle(ManagementPackSubElement, String, ManagementPack)

Initializes a new ManagementPackKnowledgeArticle object by using a sub element, a language code, and a target management pack.

public:
 ManagementPackKnowledgeArticle(Microsoft::EnterpriseManagement::Configuration::ManagementPackSubElement ^ subelement, System::String ^ languageCode, Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ targetmp);
public ManagementPackKnowledgeArticle (Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElement subelement, string languageCode, Microsoft.EnterpriseManagement.Configuration.ManagementPack targetmp);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticle : Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElement * string * Microsoft.EnterpriseManagement.Configuration.ManagementPack -> Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticle
Public Sub New (subelement As ManagementPackSubElement, languageCode As String, targetmp As ManagementPack)

Parameters

subelement
ManagementPackSubElement

The management pack child element used to set the knowledge article.

languageCode
String

The three-letter language code for the language pack used by the knowledge article.

targetmp
ManagementPack

The target management pack where the knowledge article will be added.

Applies to