Click or drag to resize

MABldrBuildManagementAgentXML Method

Method builds and ILM MA XML definition file.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public string BuildManagementAgentXML(
	string name,
	string description,
	string dataObjectTypeIds,
	bool importCra,
	string codePage,
	string webServiceUrl,
	string userName,
	string intermediateXML
)

Parameters

name
Type: SystemString
description
Type: SystemString
dataObjectTypeIds
Type: SystemString
importCra
Type: SystemBoolean
codePage
Type: SystemString
webServiceUrl
Type: SystemString
userName
Type: SystemString
intermediateXML
Type: SystemString

Return Value

Type: String

Implements

IMIISManagementAgentBuilderBuildManagementAgentXML(String, String, String, Boolean, String, String, String, String)
See Also