Click or drag to resize

PFApplicationServicePackflowApplicationTypeDeleteItem Method (String, PFItem)

Deletes an item 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 DeleteItem(
	string contentTypeName,
	PFItem item
)

Parameters

contentTypeName
Type: SystemString
item
Type: Packflow.Core.PocoPFItem
See Also