Click or drag to resize

MainGenerateGUID Method

Generates a UId.
Codemethod usage
Designed to be used in a process only (Yes/No)No
Action Object (data object type)[none]

Namespace:  Omada.OE.UtilityCodeAssembly
Assembly:  Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntax
C#
public bool GenerateGUID(
	CodeMethodInvokeContext context,
	out string result
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
result
Type: SystemString
returns the generated UId

Return Value

Type: Boolean
See Also