Click or drag to resize

PFDataCollectionIsEntryAvailable Method

Note: This API is now obsolete.

Determines whether an entry is available for the specified field name.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[ObsoleteAttribute("Use IsValueAvailable instead.")]
public bool IsEntryAvailable(
	string fieldName
)

Parameters

fieldName
Type: SystemString

Return Value

Type: Boolean
See Also