Exposed Class
Last changed: jonathan_hardwick@hotmail.com-64.122.205.71

.
Summary
An ExposedClass is a .NET class whose functionality is "exposed" in the WikiTalk language.

You do this by adding the [ExposedClass] attribute to a public class, either in the base FlexWiki engine assembly or in a PlugIn.

For example:

        [ExposedClass("TopicInfo", "Provides information about a topic")]
        public class TopicInfo
        {
          ...
         ...
        }