Click or drag to resize

ModelCheckContentTypeName Method

Checks the uniqueness of a name of the content-type.

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 CheckContentTypeName(
	string name,
	int id
)

Parameters

name
Type: SystemString
id
Type: SystemInt32

Return Value

Type: Boolean
See Also