Cant find objects in 6.00

Cant find objects in 6.00

This question has suggested answer(s)

I'm having trouble locating the following objects that used to be in CommunityServer.Components in 5.6 but have no 1 to 1 match in Telligent.Evolution.Components:

FileSystemFileStorageProvider

CentralizedFileStorageProvider

FileSystemFileStorageProvider

PostAttachments

Also, is there a wiki or posting somewhere that lists the objects that changed homes like these did?

All Replies
  • Along with the namespace change from CommunityServer to Telligent.Evolution, the storage providers have also been moved to the extensibility namespace:

    Telligent.Evolution.Extensiblity.Storage.Providers.Version1...

  • Dan,

    I added:

    using Telligent.Evolution.Extensibility.Storage.Providers.Version1;

    but the above objects dont exist in the current context....thoughts?

  • I am also looking for CommunityServer.Components.IGroupedEditableFragmentService.

  • Another question, it appears the 4 roads calendar has a hard coded reference to the communityServer namespace, does anyone know of an updated dll for Evolution?

  • Dan, I was at the Big Social this week.  From what I heard in your session, what Telligent recommends us (integrators) to do is to leverage the Platform API (.NET) rather than straight object model, correct?

  • @synergyauto: ICentralizedFileStorageProvider is in:

    Telligent.Evolution.Extensibility.Storage.Version1

    There are two implementations of that interface:

    Telligent.Evolution.Extensibility.Storage.Providers.Version1.FileSystemFileStorageProvider and

    Telligent.Evolution.Extensibility.Storage.Providers.Version1.AmazonS3FileStorageProvider

  • @Will - yes. We recommend using the platform APIs if at all possible. We promise those to be upgrade safe but will no longer commit to the same for our internal API.

    Please try to use one of the platform APIs (telligent.com/.../platform-apis.aspx - this page is in the process of being edited to provide more information): REST web services, the new for 6.0 In-Process API, or the also new for 6.0 Widget API (AKA Core Widget Extensions).

  • @synergyauto: not sure, reach out to Adam Seabridge to find out telligent.com/.../a.seabridge_4000_thebuildingblocks.co.uk

  • GraceYC

    I am also looking for CommunityServer.Components.IGroupedEditableFragmentService.

    See http://telligent.com/community/developers/w/developer6/20723.aspx#group-editable_widgets_user_profile, the $core_v2_editableGroup Studio Widget extension (in the API documentation on a Telligent Evolution 6.0 site), and http://telligent.com/community/developers/w/developer6/editable-group.aspx which documents the new javascript API for editable groups.

  • By my “Session” I’m assuming you mean the presentation I did on widgets and velocity…
    Regarding that I can only go on what I’ve been directly told by Telligent Devs, which seems to lean towards:

    ·         We would rather you use Velocity over anything else

    ·         If you cannot use 100% velocity, use as much as you can and tie your 3rd party (or in-house) classes into Velocity via a wrapper class

    ·         If all else fails you can use your C# based widgets that you used to use, but be aware that they won’t always be supported in the future

    ·         Any Cameleon based controls have been deprecated

    The actual word “API” has not been used in any communications to me from them.
    D
     
    Click to show quoted text
  • Please disregard the above post..

  • synergyauto
    Another question, it appears the 4 roads calendar has a hard coded reference to the communityServer namespace, does anyone know of an updated dll for Evolution?

    There is a new version of the Chronos that will be available very soon, I am in communication with Will.

  • Thanks for Fielding this Robert!
     
    Patrick Mason
    Development Lead- Extensibility
    o: 214.420.1329
    telligent.com
     
    From: Robert Nash [mailto:bounce-RobertNash@communities.telligent.com]
    Sent: Friday, September 30, 2011 2:11 PM
    To: discussion_evolution@communities.telligent.com
    Subject: RE: [Telligent Evolution Platform Discussion] Cant find objects in 6.00
     
    synergyauto
    Another question, it appears the 4 roads calendar has a hard coded reference to the communityServer namespace, does anyone know of an updated dll for Evolution?

    There is a new version of the Chronos that will be available very soon, I am in communication with Will.

  • Sorry, what I meant by "Session" was Dan Hounshell's session at the Big Social............ 2 Dan's in this discussion thread :)

  • @Robert Nash - thanks!

    @synergyauto - another Dan? Awesome.