FlexRule Runtime API
FlexRule Runtime API
FlexRule Namespaces
FlexRule.Deployment
PackageLoader Class
PackageLoader Methods
GetContents Method
PackageLoader
GetContents Method
Retrieves all logic documents of a module within a package.
Namespace:
FlexRule.Deployment
Assembly:
FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
Copy
public
IDictionary
<
string
,
byte
[]>
GetContents
(
string
moduleName
)
Parameters
moduleName
Type:
System
String
name of a module
Return Value
Type:
IDictionary
String
,
Byte
Remarks
This method then can be used to create a
Module
using
Add(String,
Byte
)
method.
See Also
Reference
PackageLoader Class
FlexRule.Deployment Namespace
(c) 2017 by FlexRule
Send comments on this topic to
support@flexrule.com