Click or drag to resize
ModuleBuilderAdd Method
Adds a logic document to a module to build the underlaying RuleSet

Namespace: FlexRule.Deployment
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public void Add(
	string fullPath,
	byte[] content
)

Parameters

fullPath
Type: SystemString
content
Type: SystemByte
See Also