Click or drag to resize

SystemColumnsEnsureContentType Method

Ensures the system columns in a content-type and returns consistency errors.

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 List<ModelCheckerMessage> EnsureContentType(
	ContentType ct
)

Parameters

ct
Type: Packflow.ModelingContentType

Return Value

Type: ListModelCheckerMessage
Errors
See Also