Click or drag to resize
PackageLoaderGetContents 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#
public IDictionary<string, byte[]> GetContents(
	string moduleName
)

Parameters

moduleName
Type: SystemString
name of a module

Return Value

Type: IDictionaryString, Byte
Remarks
See Also