Click or drag to resize

PFDataHubCustomAction_Confirmation Method

Returns an HTML for the confirmation dialog of a custom action (PFItemBatchAction).

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public Html CustomAction_Confirmation(
	long applicationId,
	long contentTypeId,
	string methodName,
	List<long> itemIds
)

Parameters

applicationId
Type: SystemInt64
contentTypeId
Type: SystemInt64
methodName
Type: SystemString
itemIds
Type: System.Collections.GenericListInt64

Return Value

Type: Html
See Also