Click or drag to resize

FormControllerCanDeleteForm Method

Checks if there are one-to-many relationships that make the form in use and cannot be deleted. Returns true if the form belongs to a Shadow data object type

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public bool CanDeleteForm(
	int formId
)

Parameters

formId
Type: SystemInt32

Return Value

Type: Boolean
See Also