|
When talking about controls in this context, we mean the actual instance of these controls. This means that the control is of
ICmsWebControl type.
For example, the BlogPosts control is not ICmsWebControl, but an instance of the BlogPosts
control dropped on the Blogs.aspx page is an ICmsWebControl. In this topic we show how to find the actual instances of
controls.
|