Click or drag to resize

PFDataHub.ChangeItemsStep Method

Changes the state of the specified items.

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 ChangeItemsStep(
	long applicationId,
	long contentTypeId,
	List<long> itemIds,
	string stepInfos
)

Parameters

applicationId
Type: System.Int64
contentTypeId
Type: System.Int64
itemIds
Type: System.Collections.Generic.List<Int64>
stepInfos
Type: System.String

Return Value

Type: Html
See Also