Click or drag to resize

MIISControllerGenerateMgmtAgentIntermediateXml Method

The method generates intermediate xml for generating an actual management agent configuration file. The result conforms to the MABldrData.xsd schema.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public string GenerateMgmtAgentIntermediateXml(
	IntegerList typeIds,
	bool craObjectType
)

Parameters

typeIds
Type: IntegerList
Id list of data object types
craObjectType
Type: SystemBoolean
Generate Object Type calculatedRole

Return Value

Type: String
See Also