Click or drag to resize

PFRelation_ContentTypeFieldContains Method

Determines whether the specified field exists.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public bool Contains(
	string fieldName
)

Parameters

fieldName
Type: SystemString

Return Value

Type: Boolean
See Also