Click or drag to resize
LoadAdapterUtilityFillNavigableSource Method (ModelContainer, String, String, String, String)
Creates a model from a navigable source (e.g. Xml or S-Expression) and loads it into a container

Namespace: FlexRule.Core.Model
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public static void FillNavigableSource(
	ModelContainer container,
	string ruleUri,
	string sectionName = null,
	string user = null,
	string userPassword = null
)

Parameters

container
Type: FlexRule.Core.ModelModelContainer
The model container to load the model into
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: 
See Also