Click or drag to resize
PollSiteInfoProviderDeletePollSiteInfo Method
Deletes specified pollSite.

Namespace: CMS.Polls
Assembly: CMS.Polls (in CMS.Polls.dll) Version: 9.0.0
Syntax
C#
public static void DeletePollSiteInfo(
	PollSiteInfo infoObj
)

Parameters

infoObj
Type: CMS.PollsPollSiteInfo
PollSite object
See Also