Click or drag to resize

PFDataHubGetValueForChoiceField Method

Gets a value in the target content-type of a choice field.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public PFFieldChoiceValueTransferData GetValueForChoiceField(
	long applicationId,
	long contentTypeId,
	string choiceFieldName,
	long applicationContextId,
	long itemId,
	long targetItemId
)

Parameters

applicationId
Type: SystemInt64
contentTypeId
Type: SystemInt64
choiceFieldName
Type: SystemString
applicationContextId
Type: SystemInt64
itemId
Type: SystemInt64
targetItemId
Type: SystemInt64

Return Value

Type: PFFieldChoiceValueTransferData
PFItem information or error message.
See Also