Click or drag to resize

PFDataHubChangeItemsContext Method

Changes the applications context 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 ChangeItemsContext(
	long applicationId,
	long contentTypeId,
	List<long> itemIds,
	long contextId
)

Parameters

applicationId
Type: SystemInt64
contentTypeId
Type: SystemInt64
itemIds
Type: System.Collections.GenericListInt64
contextId
Type: SystemInt64

Return Value

Type: Html
See Also