| LoadAdapterUtilityLoadNavigableSource Method (String, String, String, String) |
Creates a model from a navigable source (e.g. Xml or S-Expression)
Namespace: FlexRule.Core.ModelAssembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntaxpublic static ModelContainer LoadNavigableSource(
string ruleUri,
string sectionName = null,
string user = null,
string userPassword = null
)
Parameters
- ruleUri
- Type: SystemString
File system path, http or ftp address - sectionName (Optional)
- Type: SystemString
When not provided default section will be used. i.e. SECTION0 - user (Optional)
- Type: SystemString
- userPassword (Optional)
- Type: SystemString
Return Value
Type:
ModelContainer
See Also