Click or drag to resize

ContentTypeCheckFormName Method

Verifies if the given name is unique (except for the specified id).

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public bool CheckFormName(
	string name,
	int id
)

Parameters

name
Type: SystemString
id
Type: SystemInt32

Return Value

Type: Boolean
See Also