Click or drag to resize

PFDataHubCanChangeItemsContext Method

Checks if the current user can change the application context of the specified items. Returns "OK" if validated, else returns a translated error message.

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

Parameters

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

Return Value

Type: Html
See Also