Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Nicholas Westby 2054 posts 7104 karma points c-trib
    Jul 13, 2015 @ 21:47
    Nicholas Westby
    0

    Replacement for umbraco.BusinessLogic.Actions.Action.GetAll()?

    When I call:

    umbraco.BusinessLogic.Actions.Action.GetAll
    

    I am given a warning indicating that is deprecated and that I should use ActionsResolver.Current.Actions instead. However, the ActionsResolver class is internal, and so I can't use it unless I am in the Umbraco core. Is there some public class that would give me access to all Actions?

    FYI, here is the ActionsResolver class in the Umbraco core: https://github.com/umbraco/Umbraco-CMS/blob/a3d4ccc062b94859e446b1206bf21f334577a35c/src/Umbraco.Core/ActionsResolver.cs

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies