|
It seems that my CS Dev Guides aren't updated for a while! Let me return to CS Dev Guide with a post about file gallery API . At first glance, file gallery API appears to be different from other APIs but this difference is only and only in naming. As you saw previously in my forgotten CS Dev Guide series, each section is derived from CommunityServer.Components.Section base class and is named based on that particular application for example, Weblog or Forum . On the other hand, individual items for an application are derived from CommunityServer.Components.Post class and have gotten a prefix with the name of that application for example, WeblogPost or GalleryPost . But in file gallery things are different and we deal with some other names. In...
|