Click or drag to resize

PFApplicationServicePackflowApplicationTypeDeleteItem Method (String, Int64)

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,
	long itemId
)

Parameters

contentTypeName
Type: SystemString
itemId
Type: SystemInt64
See Also