Click or drag to resize

CodeAssemblyControllerGetCodeAssemblyId Method (String)

Returns the id of a code assembly from its file name. Returns zero if the code assembly can't be located.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public int GetCodeAssemblyId(
	string fileName
)

Parameters

fileName
Type: SystemString
Code asembly file name.

Return Value

Type: Int32
See Also