How can I get Publish at/Remove at date using C# in Umbraco?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
You just need to access the ReleaseDate and ExpireDate of the Document object.
Your post helped me a lot. Thank you! I'm a novice on Umbraco, and I have a little comment. To get it to work we need to import the businesslogic namespace:
It would be obvious for experienced users, but can be useful to novices like me.