Search code examples
2sxc

How to get information about user related to last change for a module or item


Im developing a module that notify when a user make some change inside portal in any module, for now i have enabled some modules like html, dnnformandlist, etc, and I would like to add into that notification information about 2sxc, maybe somebody can help me with some guide about what type of query i can do to get the last change about an app module placed into a page ?

Thanks


Solution

  • ATM there is no built in feature for this.

    Every entity has a Modified date, so you could query that using LINQ but I'm not sure if that will help much, as some pieces of data (let's say a tag on a blog) may have a change but you won't exactly be able to point to the page that's affected.

    Other data like ContentBlocks (basically the unit of content like a Module, placed on a page) do match one or more pages, but it's hard to find them exactly.

    Maybe you could provide more information as to what you will achieve - that may help me give you a better guidance.