Click or drag to resize

DataObjectTypeControllerValidateSystemName Method

Validates if a system name is legal and unused.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public bool ValidateSystemName(
	int dataObjectTypeId,
	string systemName,
	out string message
)

Parameters

dataObjectTypeId
Type: SystemInt32
Id of the data object type which the systemname is validated for. Can be 0.
systemName
Type: SystemString
System name to be validated.
message
Type: SystemString
If the result is false then message contains a description of the problem.

Return Value

Type: Boolean
See Also