Click or drag to resize
PollInfoProviderDeleteInfo Method
Deletes the object to the database.

Namespace: CMS.Polls
Assembly: CMS.Polls (in CMS.Polls.dll) Version: 11.0.0
Syntax
C#
protected override void DeleteInfo(
	PollInfo info
)

Parameters

info
Type: CMS.PollsPollInfo
Object to delete
See Also