Click or drag to resize

ModelingUtilsIsValidInternalName Method (String)

Determines whether the specified internal name is valid.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static bool IsValidInternalName(
	string internalName
)

Parameters

internalName
Type: SystemString

Return Value

Type: Boolean
See Also