In This Article

IContentProvider Interface

Provides the base requirements for an object that generates content to be used in various IntelliPrompt popups.

public interface IContentProvider

Methods

GetContent()

Returns the content to use in various IntelliPrompt popups.

object GetContent()

Returns

System.Object:

The content to use in various IntelliPrompt popups.