Created
November 16, 2018 08:38
-
-
Save simple17/4cf9c83140edcb20279f6a274cfe5892 to your computer and use it in GitHub Desktop.
[Get Category] #episerver
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var category = article.Category.Any() ? Category.Find(article.Category.First()).LocalizedDescription : string.Empty; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment