Click or drag to resize

PFApplicationServicePackflowApplicationTypeDeleteItems Method (String, ListInt64)

Deletes multiple items in a given content-type.

Namespace:  Packflow.Interface.Services
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
protected void DeleteItems(
	string contentTypeName,
	List<long> itemIds
)

Parameters

contentTypeName
Type: SystemString
itemIds
Type: System.Collections.GenericListInt64
See Also