| 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
Syntaxpublic 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:
StringImplements
IMIISManagementAgentBuilderBuildManagementAgentXML(String, String, String, Boolean, String, String, String, String)
See Also