Click or drag to resize

CodeAssemblyControllerLoadCodeAssembly Method

Loads a code assembly from the database. Returns null if the code assembly doesn't exist.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public CodeAssembly LoadCodeAssembly(
	int id
)

Parameters

id
Type: SystemInt32

Return Value

Type: CodeAssembly
See Also