Click or drag to resize
PersonaNodeInfoProviderDeleteData Method (ActionObjectQueryPersonaNodeInfo)
Deletes the data in the database based on the given where condition and touches cache dependencies.

Namespace: CMS.Personas
Assembly: CMS.Personas (in CMS.Personas.dll) Version: 8.2.23
Syntax
C#
protected override void DeleteData(
	Action<ObjectQuery<PersonaNodeInfo>> parameters
)

Parameters

parameters
Type: SystemActionObjectQueryPersonaNodeInfo
Where condition to filter data
See Also