Skip to content

Instantly share code, notes, and snippets.

@ps-team
Created October 27, 2017 09:59
Show Gist options
  • Save ps-team/858d48b23b7bc7c761ddccb3ec34b2f2 to your computer and use it in GitHub Desktop.
Save ps-team/858d48b23b7bc7c761ddccb3ec34b2f2 to your computer and use it in GitHub Desktop.
Get Author Name Email etc
Dim authorId As String = item.Data("AuthorId")
Dim user As New CMS_API.Security.User(authorId)
Dim authorName As String = user.FirstName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment